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 BEA Weblogic Portal. BEA 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 BEA Weblogic Portal.

Method Summary
 String getName()
          Get the name of the generic event.
 Serializable getPayload()
           
 

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()


Copyright © 2008 BEA Systems, Inc. All Rights Reserved