AbstractEventListener Interface

com.bea.netuix.servlets.controls
AbstractEventListener Interface

public interface AbstractEventListener

    extends 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.


All Superinterfaces
EventListener, Serializable, UIEventListener
All Known Subinterfaces

PortletEventListener

Method Summary

public void
handleEvent(Object source, AbstractEvent event)

Handles page change events -- called by the framework.

Method Detail

handleEvent(Object, AbstractEvent) Method

public void handleEvent(Object source, 
                        AbstractEvent event)

Handles page change events -- called by the framework.

Parameters

source
An Object that originated the event.
event
An event object.