public interface ConnectorListener
Modifier and Type | Method and Description |
---|---|
void |
connectionEstablished(String message)
Invoked when a connection has been established.
|
void |
connectionLost(String message,
Throwable error)
Invoked when a connection has been lost.
|
void |
errorOccured(String message,
Throwable error)
Will be called when error occurs.
|
void |
info(String message) |
void connectionEstablished(String message)
void connectionLost(String message, Throwable error)
void errorOccured(String message, Throwable error)
message
- messageerror
- is null for information messagesvoid info(String message)
message
- info messageCopyright © 2002–2025 Devexperts LLC. All rights reserved.