Interface | Description |
---|---|
Event |
An event which will be transmitted to a session, remote server or client.
|
EventDispatcher |
Event Dispatchers are used by
Session to dispatch the incoming event
on its Session.onEvent(Event) method to the correct
EventHandler . |
EventHandler |
A handler which can handle a specific event.
|
NetworkEvent |
This interface is specifically used for events that will get transmitted to
remote machine/vm.
|
SessionEventHandler |
In addition to handling events this handler will also have a reference to the
session.
|
Class | Description |
---|---|
Events |
Defines the event constants.
|
Copyright © 2012. All Rights Reserved.