Package de.xima.fc.ms.listener
Class GenericEMFListener
- java.lang.Object
 - 
- de.xima.fc.ms.listener.GenericEMFListener
 
 
- 
- All Implemented Interfaces:
 IListenerRegistrator,IOrderable,Comparable<IOrderable>
public class GenericEMFListener extends Object implements IListenerRegistrator
 
- 
- 
Constructor Summary
Constructors Constructor Description GenericEMFListener() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IBaseNotificationListenergetInitListener()IBaseNotificationListenergetStartListener()IBaseNotificationListenergetStopListener()voidregister()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:IListenerRegistratorInvoked by the system and may perform whatever setup logic is required.- Specified by:
 registerin interfaceIListenerRegistrator
 
- 
getInitListener
public IBaseNotificationListener getInitListener()
 
- 
getStartListener
public IBaseNotificationListener getStartListener()
 
- 
getStopListener
public IBaseNotificationListener getStopListener()
 
 - 
 
 -