| Package | Description |
|---|---|
| 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.tmpl |
Contains the interfaces needed to register page templates.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ItsNatServlet.addItsNatAttachedClientEventListener(ItsNatAttachedClientEventListener listener)
Adds a remote control listener to this servlet.
|
void |
ItsNatDocument.addItsNatAttachedClientEventListener(ItsNatAttachedClientEventListener listener)
Adds a remote control listener to this document.
|
void |
ItsNatServlet.removeItsNatAttachedClientEventListener(ItsNatAttachedClientEventListener listener)
Removes the specified remote control listener.
|
void |
ItsNatDocument.removeItsNatAttachedClientEventListener(ItsNatAttachedClientEventListener listener)
Removes the specified remote control listener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ItsNatDocumentTemplate.addItsNatAttachedClientEventListener(ItsNatAttachedClientEventListener listener)
Adds a remote control listener to this template.
|
void |
ItsNatDocumentTemplate.removeItsNatAttachedClientEventListener(ItsNatAttachedClientEventListener listener)
Removes the specified remote control listener.
|
Copyright © Innowhere Software, Jose Maria Arranz Santamaria.