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

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

public static class CollectionListeners.PreCollectionRemoveListener
extends CollectionListeners.AbstractListener
implements PreCollectionRemoveEventListener

See Also:
Serialized Form

Method Summary
 void onPreRemoveCollection(PreCollectionRemoveEvent 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

onPreRemoveCollection

public void onPreRemoveCollection(PreCollectionRemoveEvent event)
Specified by:
onPreRemoveCollection in interface PreCollectionRemoveEventListener


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