Package de.xima.fc.ms.listener
Class PluginSyncListener
- java.lang.Object
-
- de.xima.fc.ms.listener.PluginSyncListener
-
- All Implemented Interfaces:
IListenerRegistrator,IOrderable,Comparable<IOrderable>
public class PluginSyncListener extends Object implements IListenerRegistrator
- Author:
- XIMA MEDIA GmbH
-
-
Constructor Summary
Constructors Constructor Description PluginSyncListener()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static de.xima.cmn.dao.interfaces.IDaoActionListener<ClientPlugin,IEntityContext>getClientPluginDelListener()static de.xima.cmn.dao.interfaces.IDaoActionListener<ClientPlugin,IEntityContext>getClientPluginSyncListener()static de.xima.cmn.dao.interfaces.IDaoActionListener<SystemPlugin,IEntityContext>getSystemPluginDelListener()static de.xima.cmn.dao.interfaces.IDaoActionListener<SystemPlugin,IEntityContext>getSystemPluginSyncListener()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
-
getSystemPluginSyncListener
public static de.xima.cmn.dao.interfaces.IDaoActionListener<SystemPlugin,IEntityContext> getSystemPluginSyncListener()
-
getClientPluginSyncListener
public static de.xima.cmn.dao.interfaces.IDaoActionListener<ClientPlugin,IEntityContext> getClientPluginSyncListener()
-
getSystemPluginDelListener
public static de.xima.cmn.dao.interfaces.IDaoActionListener<SystemPlugin,IEntityContext> getSystemPluginDelListener()
-
getClientPluginDelListener
public static de.xima.cmn.dao.interfaces.IDaoActionListener<ClientPlugin,IEntityContext> getClientPluginDelListener()
-
-