public abstract class ClientCommunicationAdapter extends Object implements ClientCommunicationListener
| Constructor and Description |
|---|
ClientCommunicationAdapter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isClientTerminalDisplayed(ClientSession clientSession)
Checks if the client is displaying the terminal window.
|
void |
onClientChange(ClientSession clientSession)
Notifies of a client change.
|
void |
onClientDispose(ClientSession clientSession)
Notifies of a client session disposal.
|
void |
onClientInactivity(ClientSession clientSession)
Called when the session has been inactive for a period of time.
|
void |
onDisplayTerminal(ClientSession clientSession)
Displays the terminal window.
|
boolean |
onExitApplication(ClientSession clientSession)
Called when local code (e.g.
|
void |
onHostChange(ClientSession clientSession)
Notifies of a host change.
|
void |
onHostSessionFailure(ClientSession clientSession,
String description)
Notifies of a failure in a host session.
|
void |
onRemoveTerminal(ClientSession clientSession)
Removes the terminal window.
|
void |
onSoundAlarm(ClientSession clientSession)
Sound alarm on the client.
|
public void onClientChange(ClientSession clientSession)
onClientChange in interface ClientCommunicationListenerpublic void onHostChange(ClientSession clientSession)
onHostChange in interface ClientCommunicationListenerpublic void onHostSessionFailure(ClientSession clientSession, String description)
onHostSessionFailure in interface ClientCommunicationListenerpublic void onDisplayTerminal(ClientSession clientSession)
onDisplayTerminal in interface ClientCommunicationListenerpublic void onRemoveTerminal(ClientSession clientSession)
onRemoveTerminal in interface ClientCommunicationListenerpublic boolean isClientTerminalDisplayed(ClientSession clientSession)
isClientTerminalDisplayed in interface ClientCommunicationListenerpublic void onSoundAlarm(ClientSession clientSession)
onSoundAlarm in interface ClientCommunicationListenerpublic boolean onExitApplication(ClientSession clientSession)
onExitApplication in interface ClientCommunicationListenerpublic void onClientInactivity(ClientSession clientSession)
onClientInactivity in interface ClientCommunicationListenerpublic void onClientDispose(ClientSession clientSession)
onClientDispose in interface ClientCommunicationListenerPhantom® and NetPhantom® are registered trademarks of Mindus SARL.
© © Mindus SARL, 2024. All rights reserved.