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

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

public static class CollectionListeners.PostCollectionRemoveListener
extends CollectionListeners.AbstractListener
implements PostCollectionRemoveEventListener

See Also:
Serialized Form

Method Summary
 void onPostRemoveCollection(PostCollectionRemoveEvent 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

onPostRemoveCollection

public void onPostRemoveCollection(PostCollectionRemoveEvent event)
Specified by:
onPostRemoveCollection in interface PostCollectionRemoveEventListener


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