Package de.xima.fc.ms.listener
Class UserProfileDaoListener
java.lang.Object
de.xima.fc.ms.listener.UserProfileDaoListener
- All Implemented Interfaces:
IListenerRegistrator
,IOrderable
,Comparable<IOrderable>
Listener registrator for listeners of the
UserProfileDao
- Since:
- 8.0.0
- Author:
- XIMA Media GmbH
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
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
-
Constructor Details
-
UserProfileDaoListener
public UserProfileDaoListener()
-
-
Method Details
-
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
-