© 2005 BEA Systems, Inc.

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

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.


getPayload

public Serializable getPayload()

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved