com.liferay.portal.model
Class ModelListenerRegistrationUtil
java.lang.Object
com.liferay.portal.model.ModelListenerRegistrationUtil
public class ModelListenerRegistrationUtil
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getModelListeners
public static <T> ModelListener<T>[] getModelListeners(Class<T> clazz)
register
public static void register(ModelListener<?> modelListener)
unregister
public static void unregister(ModelListener<?> modelListener)