Uses of Interface
com.liferay.portal.kernel.repository.event.RepositoryEventType
Packages that use RepositoryEventType
Package
Description
-
Uses of RepositoryEventType in com.liferay.portal.kernel.repository.event
Classes in com.liferay.portal.kernel.repository.event with type parameters of type RepositoryEventTypeModifier and TypeInterfaceDescriptioninterface
RepositoryEventListener<S extends RepositoryEventType,
T> Subinterfaces of RepositoryEventType in com.liferay.portal.kernel.repository.eventModifier and TypeInterfaceDescriptionstatic interface
static interface
static interface
static interface
interface
static interface
static interface
interface
static interface
static interface
Methods in com.liferay.portal.kernel.repository.event with type parameters of type RepositoryEventType -
Uses of RepositoryEventType in com.liferay.portal.kernel.repository.registry
Methods in com.liferay.portal.kernel.repository.registry with type parameters of type RepositoryEventTypeModifier and TypeMethodDescription<S extends RepositoryEventType,
T>
voidRepositoryEventRegistry.registerRepositoryEventListener
(Class<S> repositoryEventTypeClass, Class<T> modelClass, RepositoryEventListener<S, T> repositoryEventListeners) default <S extends RepositoryEventType,
T>
voidRepositoryEventRegistry.unregisterRepositoryEventListener
(Class<S> repositoryEventTypeClass, Class<T> modelClass, RepositoryEventListener<S, T> repositoryEventListener)