public interface ActiveCollectionListener
Modifier and Type | Method and Description |
---|---|
void |
registered(ActiveCollection ac)
This method notifies the listener that an active collection
has been registered.
|
void |
unregistered(ActiveCollection ac)
This method notifies the listener that an active collection
has been unregistered.
|
void registered(ActiveCollection ac)
ac
- The active collectionvoid unregistered(ActiveCollection ac)
ac
- The active collectionCopyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.