com.bea.netuix.events
Interface CustomEvent

All Superinterfaces
Event

public interface CustomEvent
extends Event

Class to represent a custom event with arbitrary payload.


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

Method Detail

getName

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.


getPayload

Serializable getPayload()


Copyright © 2006 BEA Systems, Inc. All Rights Reserved