| 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 |
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 |
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 |
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.