org.hibernate.event.service.internal
Class EventListenerRegistryImpl
java.lang.Object
org.hibernate.event.service.internal.EventListenerRegistryImpl
- All Implemented Interfaces:
- Serializable, EventListenerRegistry, Service
public class EventListenerRegistryImpl
- extends Object
- implements EventListenerRegistry
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventListenerRegistryImpl
public EventListenerRegistryImpl()
getEventListenerGroup
public <T> EventListenerGroupImpl<T> getEventListenerGroup(EventType<T> eventType)
- Specified by:
getEventListenerGroup
in interface EventListenerRegistry
addDuplicationStrategy
public void addDuplicationStrategy(DuplicationStrategy strategy)
- Specified by:
addDuplicationStrategy
in interface EventListenerRegistry
setListeners
public <T> void setListeners(EventType<T> type,
Class<? extends T>... listenerClasses)
- Specified by:
setListeners
in interface EventListenerRegistry
setListeners
public <T> void setListeners(EventType<T> type,
T... listeners)
- Specified by:
setListeners
in interface EventListenerRegistry
appendListeners
public <T> void appendListeners(EventType<T> type,
Class<? extends T>... listenerClasses)
- Specified by:
appendListeners
in interface EventListenerRegistry
appendListeners
public <T> void appendListeners(EventType<T> type,
T... listeners)
- Specified by:
appendListeners
in interface EventListenerRegistry
prependListeners
public <T> void prependListeners(EventType<T> type,
Class<? extends T>... listenerClasses)
- Specified by:
prependListeners
in interface EventListenerRegistry
prependListeners
public <T> void prependListeners(EventType<T> type,
T... listeners)
- Specified by:
prependListeners
in interface EventListenerRegistry
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.