EventListener
public interface ConnectionListener extends EventListener
Modifier and Type | Method | Description |
---|---|---|
void |
connected(ConnectionEvent event) |
Invoked when a service has been connected.
|
void |
disconnected(ConnectionEvent event) |
Invoked when a service has been disconnected.
|
void connected(ConnectionEvent event)
event
- The connection event.void disconnected(ConnectionEvent event)
event
- The connection event.Copyright © 2024. All rights reserved.