|
Interface Summary |
| ActionEvent |
An ActionEvent is sent by the portlet container when
an HTTP request is received that is associated with an action. |
| ActionListener |
The ActionListener interface is an addition to the
Portlet interface. |
| Event |
The Event is the base interface for all events
that can occur whithin the portlet container. |
| MessageEvent |
A MessageEvent is sent by the portlet container if
one portlets send a message to another. |
| MessageListener |
The MessageListener interface is an addition to the Portlet
interface. |
| PortletApplicationSettingsAttributeEvent |
This is the event class for notifications about changes to the attributes
of the settings of a concrete portlet application. |
| PortletApplicationSettingsAttributesListener |
Implementations of this interface receive notifications of changes to the
attribute list on the settings of a concrete portlet application. |
| PortletSettingsAttributeEvent |
This is the event class for notifications about changes to the attributes
of the portlet settings of a concrete portlet. |
| PortletSettingsAttributesListener |
Implementations of this interface receive notifications of changes to the
attribute list on the portlet settings of a concrete portlet. |
| WindowEvent |
A WindowEvent is sent by a portlet window whenever
the user or the portal interacts with its controls. |
| WindowListener |
The WindowListener interface is an addition to the
Portlet interface. |