GenericEvent Interface

com.bea.netuix.events
GenericEvent Interface

public interface GenericEvent

    extends Event

Class to represent a generic event with arbitrary payload.


All Superinterfaces
Event

Method Summary

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

Method Detail

getName() Method

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

public Serializable getPayload()