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

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

public static class CollectionListeners.PreCollectionUpdateListener
extends CollectionListeners.AbstractListener
implements PreCollectionUpdateEventListener

See Also:
Serialized Form

Method Summary
 void onPreUpdateCollection(PreCollectionUpdateEvent 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

onPreUpdateCollection

public void onPreUpdateCollection(PreCollectionUpdateEvent event)
Specified by:
onPreUpdateCollection in interface PreCollectionUpdateEventListener


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