Package de.xima.fc.ms.listener
Class SchedulerStartListener
java.lang.Object
de.xima.fc.ms.listener.SchedulerStartListener
- All Implemented Interfaces:
IListenerRegistrator,IOrderable,Comparable<IOrderable>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IBaseNotificationListenerstatic IBaseNotificationListenerstatic IBaseNotificationListenervoidregister()Invoked by the system and may perform whatever setup logic is required.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.xima.fc.listener.IOrderable
compareTo, shouldBeAfter
-
Constructor Details
-
SchedulerStartListener
public SchedulerStartListener()
-
-
Method Details
-
register
public void register()Description copied from interface:IListenerRegistratorInvoked by the system and may perform whatever setup logic is required.- Specified by:
registerin interfaceIListenerRegistrator
-
getStartListener
-
getStopListener
-
getSchedulerStartedListener
- Returns:
- the schedulerStartedListener
-