Interface ICAFNotificationDeliveryEvent

All Superinterfaces:
ICAFEvent, IEvent, INotifiableEvent, Serializable

public interface ICAFNotificationDeliveryEvent extends ICAFEvent
This signifies that a notification is ready to be delivered via the appropriate mechanisms. This event is fired only after optionally matching subscriptions. ICAFNotificationDeliveryEvent contains the serialized ICAFNotificationBean which originated in the class loader of custom CAF Applications Multiple different agents will subscribe to these events and based on the contents of the bean will attempt to deliver the notification This interface is not meant to be implementd by 3rd party developers