© 2005 BEA Systems, Inc.

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

public 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

public Serializable getPayload()

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved