org.hibernate.test.event.collection
Class CollectionListeners.AbstractListener

java.lang.Object
  extended by org.hibernate.test.event.collection.CollectionListeners.AbstractListener
All Implemented Interfaces:
Serializable, CollectionListeners.Listener
Direct Known Subclasses:
CollectionListeners.PostCollectionRecreateListener, CollectionListeners.PostCollectionRemoveListener, CollectionListeners.PostCollectionUpdateListener, CollectionListeners.PreCollectionRecreateListener, CollectionListeners.PreCollectionRemoveListener, CollectionListeners.PreCollectionUpdateListener
Enclosing class:
CollectionListeners

public abstract static class CollectionListeners.AbstractListener
extends Object
implements CollectionListeners.Listener

See Also:
Serialized Form

Constructor Summary
protected CollectionListeners.AbstractListener(CollectionListeners listeners)
           
 
Method Summary
 void addEvent(AbstractCollectionEvent event, CollectionListeners.Listener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionListeners.AbstractListener

protected CollectionListeners.AbstractListener(CollectionListeners listeners)
Method Detail

addEvent

public void addEvent(AbstractCollectionEvent event,
                     CollectionListeners.Listener listener)
Specified by:
addEvent in interface CollectionListeners.Listener


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.