|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StyxConnectionListener
Interface defining events that are fired when a StyxConnection has been successfully opened or closed, or when an error occurs
| Method Summary | |
|---|---|
void |
connectionClosed(StyxConnection conn)
Called when the connection has been closed |
void |
connectionError(StyxConnection conn,
java.lang.String message)
Called when an error has occurred when connecting. |
void |
connectionReady(StyxConnection conn)
Called when the relevant handshaking has been performed and the connection is ready for Styx messages to be sent |
| Method Detail |
|---|
void connectionReady(StyxConnection conn)
void connectionClosed(StyxConnection conn)
void connectionError(StyxConnection conn,
java.lang.String message)
message - String describing the problem
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||