org.hibernate.test.event.collection
Interface CollectionListeners.Listener

All Superinterfaces:
Serializable
All Known Implementing Classes:
CollectionListeners.AbstractListener, CollectionListeners.InitializeCollectionListener, CollectionListeners.PostCollectionRecreateListener, CollectionListeners.PostCollectionRemoveListener, CollectionListeners.PostCollectionUpdateListener, CollectionListeners.PreCollectionRecreateListener, CollectionListeners.PreCollectionRemoveListener, CollectionListeners.PreCollectionUpdateListener
Enclosing class:
CollectionListeners

public static interface CollectionListeners.Listener
extends Serializable


Method Summary
 void addEvent(AbstractCollectionEvent event, CollectionListeners.Listener listener)
           
 

Method Detail

addEvent

void addEvent(AbstractCollectionEvent event,
              CollectionListeners.Listener listener)


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