Interface ICAFNotificationEvent

All Superinterfaces:
ICAFEvent, IEvent, INotifiableEvent, Serializable

public interface ICAFNotificationEvent extends ICAFEvent
this class signifies that someone is trying to generate notifications. These events will optionally be matched against subscriptions and delivered to appropriate recipients via another event. ICAFNotificationEvent contains the serialized ICAFNotificationBean which originated in the class loader of custom CAF Applications This interface is not meant to be implementd by 3rd party developers