com.bea.netuix.events
Interface NotificationEvent

All Superinterfaces
Event

public interface NotificationEvent
extends Event

Class to represent an event with a notification payload.


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).
 

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 © 2006 BEA Systems, Inc. All Rights Reserved