Interface | Description |
---|---|
MouseDispatcherListener |
Interface to listen to mouse gestures recognized by
MouseDispatcher . |
RemoteDesktopClient |
Remote desktop client is a high level interface describing common capabilities
of remote desktop technologies.
|
RemoteDesktopClientListener |
Desktop client listener allows to register objects to receive client events.
|
RemoteDesktopServerListener |
Desktop server listener allows to register objects to receive server events.
|
Class | Description |
---|---|
AbstractRemoteDesktopClient |
Base abstract class for desktop clients which provides common infrastructure
for server and client listeners.
|
ConnectionTimeout |
A thread running a connection time out.
|
LicenseWarningRunnable |
Check the license server expiry date and notify the listener if the time is
within the configured warning preferences.
|
MouseDispatcher |
Dispatcher of raw mouse events.
|
RemoteClientCloseRunnable |
Helper runnable allowing to close connection to a server inside a thread.
|
RemoteDesktopClientEvent |
Desktop client event describes an event on the client side, such as a local
mouse and keyboard event or a change of the clipboard content on the local system.
|
RemoteDesktopClientFactory |
Desktop client factory is central point of instantiation of desktop clients
and makes it possible to deliver clients as standalone plugins.
|
RemoteDesktopServerEvent |
Desktop client event describes an event on the server side, such as server
connect or disconnect, desktop image update, change of the clipboard content
on the server side and other.
|
Resumable |
Helper object holding a semaphore flag and a reason of eventual suspension.
|
Exception | Description |
---|---|
RemoteClientException |
Exception to be thrown by desktop clients on standard error situations.
|
RemoteClientRuntimeException |
Exception to be thrown by desktop clients on standard error situations.
|