public interface HostSessionManagerListener
Modifier and Type | Method and Description |
---|---|
boolean |
doesScreenMatch(PhantomHostScreen phantomScreen)
Checks if a host screen currently matches.
|
Object |
getLockObject()
Gets a lock object that is used by all threads modifying the host screen.
|
void |
onHostConnectChange(boolean connected)
Informs that the current host session had a connection change.
|
void |
onHostCursorPositionChange(int x,
int y)
Informs that the cursor position has changed.
|
void |
onHostDataStreamProcessing(boolean isEntering)
Called when entering or exiting data stream
processing.
|
void |
onHostFieldChange()
Informs that the current host session had a field change.
|
void |
onHostScreenChange()
Informs that the current host session had a screen change.
|
void |
onHostSessionChange(HostSession hostSession,
boolean isNewSession)
Called when the current host session is changed.
|
void |
onHostSessionFailure(String description)
Informs that the current host session had a failure.
|
void |
onHostStateChange()
Informs that the current host session had a state change.
|
void |
soundAlarm()
Called by the ALARM function in the host datastream.
|
Object getLockObject()
void onHostScreenChange()
void onHostCursorPositionChange(int x, int y)
void onHostFieldChange()
void onHostConnectChange(boolean connected)
void onHostStateChange()
void onHostSessionFailure(String description)
void soundAlarm()
boolean doesScreenMatch(PhantomHostScreen phantomScreen)
void onHostDataStreamProcessing(boolean isEntering)
void onHostSessionChange(HostSession hostSession, boolean isNewSession)
Phantom® and NetPhantom® are registered trademarks of Mindus SARL.
© © Mindus SARL, 2024. All rights reserved.