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 ClientCommunicationListener
public void onHostChange(ClientSession clientSession)
onHostChange
in interface ClientCommunicationListener
public void onHostSessionFailure(ClientSession clientSession, String description)
onHostSessionFailure
in interface ClientCommunicationListener
public void onDisplayTerminal(ClientSession clientSession)
onDisplayTerminal
in interface ClientCommunicationListener
public void onRemoveTerminal(ClientSession clientSession)
onRemoveTerminal
in interface ClientCommunicationListener
public boolean isClientTerminalDisplayed(ClientSession clientSession)
isClientTerminalDisplayed
in interface ClientCommunicationListener
public void onSoundAlarm(ClientSession clientSession)
onSoundAlarm
in interface ClientCommunicationListener
public boolean onExitApplication(ClientSession clientSession)
onExitApplication
in interface ClientCommunicationListener
public void onClientInactivity(ClientSession clientSession)
onClientInactivity
in interface ClientCommunicationListener
public void onClientDispose(ClientSession clientSession)
onClientDispose
in interface ClientCommunicationListener
Phantom® and NetPhantom® are registered trademarks of Mindus SARL.
© © Mindus SARL, 2024. All rights reserved.