Skip navigation links


com.bea.netuix.events
Interface Event

All Known Subinterfaces:
CustomEvent, FacesEvent, GenericEvent, InitEvent, LookAndFeelReinitEvent, NotificationEvent, PageFlowEvent, RefreshEvent, StrutsEvent, WindowActivationEvent, WindowDeactivationEvent, WindowModeChangeEvent, WindowStateChangeEvent

public interface Event

Superclass for portal framework event classes.

This interface is intended to be implemented only by Oracle Weblogic Portal. Oracle Systems reserves the right to add abstract methods to this interface without notice. Implementations of this interface by other parties must not be expected to compile without change in future versions of Oracle Weblogic Portal.

Method Summary
 Serializable getPayload()
          Gets the payload for the event.
 QName getQName()
          Gets the QName for the event.

 

Method Detail

getQName

QName getQName()
Gets the QName for the event.
Returns
the QName for the event.

getPayload

Serializable getPayload()
Gets the payload for the event.
Returns
the payload for the event, or null if no payload is associated with the event.

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.