© 2004 BEA Systems, Inc.

com.bea.netuix.servlets.controls
Interface AbstractEventListener

All Superinterfaces:
EventListener, Serializable, com.bea.netuix.nf.events.UIEventListener
All Known Subinterfaces:
PortletEventListener

public interface AbstractEventListener
extends com.bea.netuix.nf.events.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.


Method Summary
 void handleEvent(Object source, AbstractEvent event)
          Handles page change events -- called by the framework.
 

Method Detail

handleEvent

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.

© 2004 BEA Systems, Inc.

Copyright © 2004 BEA Systems, Inc. All Rights Reserved