| Package | Description |
|---|---|
| org.itsnat.core.event |
Defines event and listener classes and interfaces associated to the page lifecycle and events.
|
| 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 |
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 |
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. |
Copyright © Innowhere Software, Jose Maria Arranz Santamaria.