com.bea.netuix.events
Interface GenericEvent

All Superinterfaces
Event

public interface GenericEvent
extends Event

Class to represent a generic event with arbitrary payload.

This interface is intended to be implemented only by Oracle Weblogic Portal. Oracle Systems reserves the right to add abstract methods to this interface without notice. Implementations of this interface by other parties must not be expected to compile without change in future versions of Oracle Weblogic Portal.

Method Summary
 String getName()
          Get the name of the generic event.
 Serializable getPayload()
          Gets the payload for the event.
 
Methods inherited from interface com.bea.netuix.events.Event
getQName
 

Method Detail

getName

String getName()
Get the name of the generic event. If the event is thrown in the .portal file, this will be the value of the event attribute of the fireEvent tag.


getPayload

Serializable getPayload()
Description copied from interface: Event
Gets the payload for the event.

Specified by:
getPayload in interface Event
Returns
the payload for the event, or null if no payload is associated with the event.


Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.