public interface CollectionWindowListener<_Source> extends BaseEventListener<_Source>
Application.addCollectionWindowListener(CollectionWindowListener)
to add such a listener.Modifier and Type | Method and Description |
---|---|
void |
collectionWindowClosing(CollectionWindowEventObject<_Source> event)
Callback method that gets called when a collection window is about to close.
|
void |
collectionWindowOpened(CollectionWindowEventObject<_Source> event)
Callback method that gets called when a collection window has been opened.
|
void |
frontCollectionWindowChanged(CollectionWindowEventObject<_Source> event)
Callback method that gets called when the frontmost collection window has changed.
|
void collectionWindowOpened(CollectionWindowEventObject<_Source> event)
event
- The information about the collection window.void collectionWindowClosing(CollectionWindowEventObject<_Source> event)
event
- The information about the collection window.void frontCollectionWindowChanged(CollectionWindowEventObject<_Source> event)
event
- The information about the collection window.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.