Package org.apache.jetspeed.portlet.event

This package defines interfaces for events and listeners.

See:
          Description

Interface Summary
ActionEvent Deprecated. since 6.0.
ActionListener Deprecated. since 6.0.
Event The Event is the base interface for all events that can occur whithin the portlet container.
MessageEvent Deprecated. since 6.0.
MessageListener Deprecated. since 6.0.
PortletApplicationSettingsAttributeEvent Deprecated. since 6.0.
PortletApplicationSettingsAttributesListener Deprecated. since 6.0.
PortletSettingsAttributeEvent Deprecated. since 6.0.
PortletSettingsAttributesListener Deprecated. since 6.0.
WindowEvent Deprecated. since 5.0, use PortletWindow.getWindowState() instead.
WindowListener Deprecated. since 5.0, use PortletWindow.getWindowState() instead.
 

Package org.apache.jetspeed.portlet.event Description

This package defines interfaces for events and listeners.

The programmer can implement the interfaces in portlets to receive and process events that are raised in the portal.

The IBM portlet API is deprecated since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.