Serializablepublic class ConnectionEvent extends EventObject
source| Constructor | Description |
|---|---|
ConnectionEvent(Object source,
int service) |
Constructs a ConnectionEvent object.
|
| Modifier and Type | Method | Description |
|---|---|---|
int |
getService() |
Returns the service ID.
|
getSource, toStringpublic ConnectionEvent(Object source, int service)
source - The object where the event originated.service - The service ID.Copyright © 2024. All rights reserved.