com.bea.netuix.events
Interface GenericEvent

All Superinterfaces
Event

public interface GenericEvent
extends Event

Class to represent a generic event with arbitrary payload.


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 © 2006 BEA Systems, Inc. All Rights Reserved