Class SystemEvent<O>

java.lang.Object
overit.geocall.bl.GenericEvent<O>
overit.geocall.bl.SystemEvent<O>
Type Parameters:
O - the type of the object contained into the output journal
Direct Known Subclasses:
AdjudicateCompanyEvent, LoggingConfigChangeEvent, ShutdownEvent, StartupEvent, SystemConfigChangeEvent

public abstract class SystemEvent<O> extends GenericEvent<O>
Class to be extended by all system level events. Abstract as it doesn't make sense for generic events to be published directly. This type of event will be handled by all the task that had been registered to it, no matter what is the packages belongs to.
GCApi:
event
No Reactors
No Spouts