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

java.lang.Object
  extended by org.hibernate.test.event.collection.CollectionListeners.AbstractListener
      extended by org.hibernate.test.event.collection.CollectionListeners.PostCollectionUpdateListener
All Implemented Interfaces:
Serializable, PostCollectionUpdateEventListener, CollectionListeners.Listener
Enclosing class:
CollectionListeners

public static class CollectionListeners.PostCollectionUpdateListener
extends CollectionListeners.AbstractListener
implements PostCollectionUpdateEventListener

See Also:
Serialized Form

Method Summary
 void onPostUpdateCollection(PostCollectionUpdateEvent event)
           
 
Methods inherited from class org.hibernate.test.event.collection.CollectionListeners.AbstractListener
addEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

onPostUpdateCollection

public void onPostUpdateCollection(PostCollectionUpdateEvent event)
Specified by:
onPostUpdateCollection in interface PostCollectionUpdateEventListener


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