Package | Description |
---|---|
org.itsnat.comp |
Contains generic interfaces of components, markup namespace independent, they may be applied to HTML components, SVG components, XML components etc.
|
org.itsnat.comp.iframe | |
org.itsnat.core |
Contains the fundamental interfaces and classes: provides utilities to wrap the servlet system, to control the page lifecycle, to create event listeners etc.
|
org.itsnat.core.event |
Defines event and listener classes and interfaces associated to the page lifecycle and events.
|
org.itsnat.core.tmpl |
Contains the interfaces needed to register page templates.
|
Class and Description |
---|
ParamTransport
Is the base class of "transport" classes, these classes are used to send custom data from client
to server using an event fired on the client and listened in the server.
|
Class and Description |
---|
ItsNatServletRequestListener
An object implementing this interface and registered is executed to receive and process ItsNat servlet
requests usually when a new page is being loaded.
|
Class and Description |
---|
CodeToSendListener
This listener is called when a new JavaScript code is being added to an
ItsNatDocument or ClientDocument . |
ItsNatAttachedClientEventListener
This listener (if registered) is called when a remote control event is received
by the listened target.
|
ItsNatServletRequestListener
An object implementing this interface and registered is executed to receive and process ItsNat servlet
requests usually when a new page is being loaded.
|
ItsNatTimerHandle
Represents a scheduled/timer task by an
ItsNatTimer |
ParamTransport
Is the base class of "transport" classes, these classes are used to send custom data from client
to server using an event fired on the client and listened in the server.
|
Class and Description |
---|
CodeToSendEvent
This event is fired when new code is being added or was added to the document or client.
|
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. |
ItsNatDOMExtEvent
This interface is the parent of event types like
ItsNatContinueEvent , ItsNatTimerEvent
and ItsNatUserEvent defined by ItsNat extending the DOM standard. |
ItsNatDOMStdEvent
Every standard DOM event implements this interface.
|
ItsNatEvent
This interface is the parent of any ItsNat event interface: normal
and remote view/control events.
|
ItsNatEventListenerChain
This interface is used to control the flow of event listeners processing.
|
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. |
ItsNatNormalEvent
This interface is the parent of "normal" event interfaces.
|
ItsNatTimerHandle
Represents a scheduled/timer task by an
ItsNatTimer |
ParamTransport
Is the base class of "transport" classes, these classes are used to send custom data from client
to server using an event fired on the client and listened in the server.
|
SingleParamTransport
Is the base class of "transport" classes which carry one named value, these classes are used to send custom data from client
to server using an event fired on the client and listened in the server.
|
Class and Description |
---|
ItsNatAttachedClientEventListener
This listener (if registered) is called when a remote control event is received
by the listened target.
|
ItsNatServletRequestListener
An object implementing this interface and registered is executed to receive and process ItsNat servlet
requests usually when a new page is being loaded.
|
Copyright © 2007 Innowhere Software Services S.L. All Rights Reserved.