Uses of Interface
org.dizitart.no2.store.events.StoreEventListener
-
Packages that use StoreEventListener Package Description org.dizitart.no2.store -
-
Uses of StoreEventListener in org.dizitart.no2.store
Methods in org.dizitart.no2.store that return types with arguments of type StoreEventListener Modifier and Type Method Description org.dizitart.no2.common.event.NitriteEventBus<EventInfo,StoreEventListener>AbstractNitriteStore. getEventBus()The event bus used to publish and subscribe to store events.Methods in org.dizitart.no2.store with parameters of type StoreEventListener Modifier and Type Method Description voidStoreConfig. addStoreEventListener(StoreEventListener listener)Adds aStoreEventListenerto the store configuration.voidAbstractNitriteStore. subscribe(StoreEventListener listener)voidNitriteStore. subscribe(StoreEventListener listener)Subscribes aStoreEventListenerto this store.voidAbstractNitriteStore. unsubscribe(StoreEventListener listener)voidNitriteStore. unsubscribe(StoreEventListener listener)Unsubscribes aStoreEventListenerfrom this store.
-