Event
Class to represent a custom event with arbitrary payload.
Event
Method Summary |
public |
|
public |
Method Detail |
public String
getName()
Get the name of the custom event. If the event is thrown in the .portal file, this will be
the value of the event
attribute of the fireCustomEvent
tag.
public Serializable
getPayload()