Package de.xima.fc.ms.listener
Class SchedulerStartListener
- java.lang.Object
-
- de.xima.fc.ms.listener.SchedulerStartListener
-
- All Implemented Interfaces:
IListenerRegistrator
,IOrderable
,Comparable<IOrderable>
public class SchedulerStartListener extends Object implements IListenerRegistrator
-
-
Constructor Summary
Constructors Constructor Description SchedulerStartListener()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IBaseNotificationListener
getSchedulerStartedListener()
static IBaseNotificationListener
getStartListener()
static IBaseNotificationListener
getStopListener()
void
register()
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, wait
-
Methods inherited from interface de.xima.fc.listener.IOrderable
compareTo, shouldBeAfter
-
-
-
-
Method Detail
-
register
public void register()
Description copied from interface:IListenerRegistrator
Invoked by the system and may perform whatever setup logic is required.- Specified by:
register
in interfaceIListenerRegistrator
-
getStartListener
public static IBaseNotificationListener getStartListener()
-
getStopListener
public static IBaseNotificationListener getStopListener()
-
getSchedulerStartedListener
public static IBaseNotificationListener getSchedulerStartedListener()
- Returns:
- the schedulerStartedListener
-
-