keepalive.ui
Interface MessageDisplayer
- All Known Implementing Classes:
- KeepAliveUI
- public interface MessageDisplayer
Call-back interface which is notified when there is a message
to display in a user interface.
Method Summary |
void |
display(java.lang.String participantName,
java.lang.String message,
boolean sending)
Called when there is a message to display in a user interface. |
display
public void display(java.lang.String participantName,
java.lang.String message,
boolean sending)
- Called when there is a message to display in a user interface.
- Parameters:
participantName
- the application ("Server"/"Client") for whom the
message is to be displayed.message
- the message to be displayed.sending
- whether the message is being sent (rather than being
received).