Uses of Interface
org.dizitart.no2.collection.events.CollectionEventListener
-
Packages that use CollectionEventListener Package Description org.dizitart.no2.collection.events -
-
Uses of CollectionEventListener in org.dizitart.no2.collection.events
Methods in org.dizitart.no2.collection.events with parameters of type CollectionEventListener Modifier and Type Method Description voidEventAware. subscribe(CollectionEventListener listener)Subscribes a listener to the collection event.voidEventAware. unsubscribe(CollectionEventListener listener)Unsubscribes a listener from the collection event.
-