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

java.lang.Object
  extended by org.hibernate.event.internal.DefaultInitializeCollectionEventListener
      extended by org.hibernate.test.event.collection.CollectionListeners.InitializeCollectionListener
All Implemented Interfaces:
Serializable, InitializeCollectionEventListener, CollectionListeners.Listener
Enclosing class:
CollectionListeners

public static class CollectionListeners.InitializeCollectionListener
extends DefaultInitializeCollectionEventListener
implements CollectionListeners.Listener

See Also:
Serialized Form

Method Summary
 void addEvent(AbstractCollectionEvent event, CollectionListeners.Listener listener)
           
 void onInitializeCollection(InitializeCollectionEvent event)
          called by a collection that wants to initialize itself
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

onInitializeCollection

public void onInitializeCollection(InitializeCollectionEvent event)
Description copied from class: DefaultInitializeCollectionEventListener
called by a collection that wants to initialize itself

Specified by:
onInitializeCollection in interface InitializeCollectionEventListener
Overrides:
onInitializeCollection in class DefaultInitializeCollectionEventListener

addEvent

public void addEvent(AbstractCollectionEvent event,
                     CollectionListeners.Listener listener)
Specified by:
addEvent in interface CollectionListeners.Listener


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