|
Interface Summary |
| IComponentNode |
The IComponentNode interface describes a node of type INode.COMPONENT_NODE
in the Portal Object Model. |
| IEvent |
This interface describes an event object in the Portal Object Model. |
| IEventFilter |
Interface that must be implemented by event filters
Event filter are registered for a type of event using the method
addEventListener on the PortalNode |
| IEventListener |
Objects that want to be able to receive Portal Object Model Events must
implement this interface.
|
| IEventTarget |
An Implementation of IEventTarget has the capability to attach listeners and
dispatch an incoming event to them. |
| INode |
The INode interface describes nodes in the Portal DOM, namely the
representation of the current portal hierarchy for a specific request.
|
| INodeList |
The INodeList interface describes a list of INodes |
| IPOMConstants |
This interface gathers some constants used by the POM eventing model |
| IPortalNode |
The PortalNode is by definition the root node of the Portal Object Model. |