|
© 2004 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public void handleEvent(Object source, AbstractEvent event)
Handles page change events -- called by the framework.
source
- An Object
that originated the event.event
- An event object.
|
© 2004 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |