|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RemoteTrancheServerListener
A listener for monitoring client-server communication.
| Method Summary | |
|---|---|
void |
downMessageCompleted(ServerMessageDownEvent smde)
A notification that an inbound message has been completed. |
void |
downMessageFailed(ServerMessageDownEvent smde)
A notification that an inbound message has failed. |
void |
downMessageProgress(ServerMessageDownEvent smde)
A notification that an inbound message is being downloaded. |
void |
downMessageStarted(ServerMessageDownEvent smde)
A notification that an inbound message has been started. |
void |
requestCreated(ServerCallbackEvent sce)
A notification that a server request has been created. |
void |
requestFailed(ServerCallbackEvent sce)
A notification that a server request has failed. |
void |
requestFulfilled(ServerCallbackEvent sce)
A notification that a server request has been fulfilled by the server. |
void |
serverBanned(ServerEvent se)
A notification that a server has been banned. |
void |
serverConnect(ServerEvent se)
A notification that a server has been connected to. |
void |
serverUnbanned(ServerEvent se)
A notification that a server has been unbanned. |
void |
upMessageCreated(ServerMessageUpEvent smue)
A notification that an outbound message has been created. |
void |
upMessageFailed(ServerMessageUpEvent smue)
A notification that an outbound message has failed. |
void |
upMessageSent(ServerMessageUpEvent smue)
A notification that an outbound message has been sent. |
void |
upMessageStarted(ServerMessageUpEvent smue)
A notification that an outbound message has started to be sent. |
| Method Detail |
|---|
void serverConnect(ServerEvent se)
A notification that a server has been connected to.
se - void serverBanned(ServerEvent se)
A notification that a server has been banned.
se - void serverUnbanned(ServerEvent se)
A notification that a server has been unbanned.
se - void upMessageCreated(ServerMessageUpEvent smue)
A notification that an outbound message has been created.
smue - void upMessageStarted(ServerMessageUpEvent smue)
A notification that an outbound message has started to be sent.
smue - void upMessageSent(ServerMessageUpEvent smue)
A notification that an outbound message has been sent.
smue - void upMessageFailed(ServerMessageUpEvent smue)
A notification that an outbound message has failed.
smue - void downMessageStarted(ServerMessageDownEvent smde)
A notification that an inbound message has been started.
smde - void downMessageProgress(ServerMessageDownEvent smde)
A notification that an inbound message is being downloaded.
smde - void downMessageCompleted(ServerMessageDownEvent smde)
A notification that an inbound message has been completed.
smde - void downMessageFailed(ServerMessageDownEvent smde)
A notification that an inbound message has failed.
smde - void requestCreated(ServerCallbackEvent sce)
A notification that a server request has been created.
sce - void requestFulfilled(ServerCallbackEvent sce)
A notification that a server request has been fulfilled by the server.
sce - void requestFailed(ServerCallbackEvent sce)
A notification that a server request has failed.
sce -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||