UIEventListener
The listener interface for receiving generic portal events.
The class that is interested in processing an event implements this interface. The object created with that class is then registered using some add*Listener method. When an event of this type is fired, the listener object's handleEvent method is invoked.
EventListener
, Serializable
, UIEventListener
PortletEventListener
Method Summary |
public void |
|
Method Detail |
public void handleEvent(Object
source,AbstractEvent
event)
Handles page change events -- called by the framework.
Object
that originated the event.