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

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

public static class CollectionListeners.PostCollectionRecreateListener
extends CollectionListeners.AbstractListener
implements PostCollectionRecreateEventListener

See Also:
Serialized Form

Method Summary
 void onPostRecreateCollection(PostCollectionRecreateEvent 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

onPostRecreateCollection

public void onPostRecreateCollection(PostCollectionRecreateEvent event)
Specified by:
onPostRecreateCollection in interface PostCollectionRecreateEventListener


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