Package | Description |
---|---|
com.canto.cumulus |
The base package of the Cumulus Java Classes.
|
Modifier and Type | Method and Description |
---|---|
void |
ItemCollection.addCollectionListener(CollectionListener<ItemCollection> listener)
Add a listener that is called whenever a single item is added / updated / deleted, or the whole content has changed, or the sorting has changed for this
ItemCollection.
|
void |
MultiItemCollection.addCollectionListener(CollectionListener<MultiItemCollection> listener)
Add a listener that is called whenever a single item is added / updated / deleted, or the whole content has changed, or the sorting has changed for this
ItemCollection.
|
static void |
ItemCollection.addGlobalCollectionListener(CollectionListener<ItemCollection> listener)
Add a listener that is called whenever a single item is added / updated / deleted, or the whole content of has changed, or the sorting has changed for
any ItemCollection.
|
static void |
MultiItemCollection.addGlobalCollectionListener(CollectionListener<MultiItemCollection> listener)
Add a listener that is called whenever a single item is added / updated / deleted, or the whole content of has changed, or the sorting has changed for
any ItemCollection.
|
void |
ItemCollection.removeCollectionListener(CollectionListener<ItemCollection> listener)
Remove a listener previously added with the call to
ItemCollection.addCollectionListener(com.canto.cumulus.events.CollectionListener) |
void |
MultiItemCollection.removeCollectionListener(CollectionListener<MultiItemCollection> listener)
Remove a listener previously added with the call to
MultiItemCollection.addCollectionListener(com.canto.cumulus.events.CollectionListener) |
static void |
ItemCollection.removeGlobalCollectionListener(CollectionListener<ItemCollection> listener)
Remove a listener previously added using
ItemCollection.addGlobalCollectionListener(com.canto.cumulus.events.CollectionListener) . |
static void |
MultiItemCollection.removeGlobalCollectionListener(CollectionListener<MultiItemCollection> listener)
Remove a listener previously added using
MultiItemCollection.addGlobalCollectionListener(com.canto.cumulus.events.CollectionListener) . |
www.canto.com
Canto, the Canto logo, the Cumulus logo, and Cumulus are registered trademarks of Canto GmbH, registered in the U.S. and other countries.