| Package | Description |
|---|---|
| org.itsnat.core.event |
Defines event and listener classes and interfaces associated to the page lifecycle and events.
|
| org.itsnat.core.event.droid |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ItsNatAsyncTaskEvent
This event is fired automatically by the client and sent to the server
to wait until the associated asynchronous task finishes.
|
interface |
ItsNatAttachedClientCometEvent
This event object is sent to registered
ItsNatAttachedClientEventListener objects
to notify the several phases of a remote control process using comet
to notify the client any document change. |
interface |
ItsNatAttachedClientEvent
This event object is sent to registered
ItsNatAttachedClientEventListener objects
to notify the several phases of a remote control process using a timer or comet
to notify the client any document change. |
interface |
ItsNatAttachedClientTimerEvent
This event object is sent to registered
ItsNatAttachedClientEventListener objects
to notify the several phases of a remote control process using a timer
to notify the client any document change. |
interface |
ItsNatCometEvent
This event is fired automatically by the client and sent to the server
to wait until the associated
CometNotifier has a pending notification
then is dispatched to the registered listeners if any. |
interface |
ItsNatContinueEvent
This event is fired automatically by the client to continue a pending task in the
server.
|
interface |
ItsNatDOMExtEvent
This interface is the parent of event types like
ItsNatContinueEvent, ItsNatTimerEvent
and ItsNatUserEvent defined by ItsNat extending the DOM standard. |
interface |
ItsNatDOMStdEvent
Every standard DOM event implements this interface.
|
interface |
ItsNatEventDOMStateless
This event type is the case of event stateless when dispatched to a global document listener
because a document template was specified in request.
|
interface |
ItsNatEventStateless
This event is created by the client calling the ItsNat JavaScript method
createEventStateless and dispatched to the server calling the JavaScript method
dispatchEventStateless
and is received by the global servlet event listeners and global document even listeners when a document template is specified. |
interface |
ItsNatKeyEvent
This interface is a Java DOM version of Mozilla/FireFox's ItsNatKeyEvent
interface because there is no W3C DOM Level 2 key event interface.
|
interface |
ItsNatNormalEvent
This interface is the parent of "normal" event interfaces.
|
interface |
ItsNatTimerEvent
This event is fired automatically by the client when the time period ends
following the rules specified by the timer listener registration.
|
interface |
ItsNatUserEvent
This event is fired by the client calling the ItsNat JavaScript method
fireUserEvent with a node target and a user defined name
and is received by the user defined listener registered with that target and name. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DroidEvent |
interface |
DroidFocusEvent |
interface |
DroidInputEvent |
interface |
DroidKeyEvent |
interface |
DroidMotionEvent |
interface |
DroidTextChangeEvent |
Copyright © Innowhere Software, Jose Maria Arranz Santamaria.