com.bea.netuix.events
Interface NotificationEvent

All Superinterfaces
Event

public interface NotificationEvent
extends Event

Class to represent an event with a notification payload.

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
 Notification getNotification()
          Get the Notification associated with this event.
 void markNotificationForConsumption()
          Mark the notification associated with this event for later consumption (after the current page render cycle is complete).
 
Methods inherited from interface com.bea.netuix.events.Event
getPayload, getQName
 

Method Detail

getNotification

Notification getNotification()
Get the Notification associated with this event.


markNotificationForConsumption

void markNotificationForConsumption()
Mark the notification associated with this event for later consumption (after the current page render cycle is complete).



Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.