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

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

public static class CollectionListeners.PreCollectionRecreateListener
extends CollectionListeners.AbstractListener
implements PreCollectionRecreateEventListener

See Also:
Serialized Form

Method Summary
 void onPreRecreateCollection(PreCollectionRecreateEvent 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

onPreRecreateCollection

public void onPreRecreateCollection(PreCollectionRecreateEvent event)
Specified by:
onPreRecreateCollection in interface PreCollectionRecreateEventListener


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