|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConnectionHandler
Handles connection events. Note that onException and onConnectException has different meaning and first one is not fired during connection procedure.
Method Summary | |
---|---|
void |
onConnectionClosed(ConnectionClosedEvent event)
Fired when connection has been closed. |
void |
onConnectionEstablished()
Fired when connection with remote party (server) is established. |
Method Detail |
---|
void onConnectionEstablished()
void onConnectionClosed(ConnectionClosedEvent event)
event
- close event
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |