Package de.xima.fc.ms.listener
Class ClientCounterDaoListener
- java.lang.Object
-
- de.xima.fc.ms.listener.ClientCounterDaoListener
-
- All Implemented Interfaces:
IListenerRegistrator
,IOrderable
,Comparable<IOrderable>
public class ClientCounterDaoListener extends Object implements IListenerRegistrator
Listener registrator for listeners of theClientCounterDao
- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
-
Constructor Summary
Constructors Constructor Description ClientCounterDaoListener()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static de.xima.cmn.dao.interfaces.IDaoActionListener<ClientCounter,IEntityContext>
getPostCreateListener()
static de.xima.cmn.dao.interfaces.IDaoActionListener<ClientCounter,IEntityContext>
getPostDeleteListener()
static de.xima.cmn.dao.interfaces.IDaoActionListener<ClientCounter,IEntityContext>
getPostUpdateListener()
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
-
getPostCreateListener
public static de.xima.cmn.dao.interfaces.IDaoActionListener<ClientCounter,IEntityContext> getPostCreateListener()
-
getPostUpdateListener
public static de.xima.cmn.dao.interfaces.IDaoActionListener<ClientCounter,IEntityContext> getPostUpdateListener()
-
getPostDeleteListener
public static de.xima.cmn.dao.interfaces.IDaoActionListener<ClientCounter,IEntityContext> getPostDeleteListener()
-
-