Uses of Class
org.dizitart.no2.store.events.EventInfo
-
Packages that use EventInfo Package Description org.dizitart.no2.store org.dizitart.no2.store.events -
-
Uses of EventInfo in org.dizitart.no2.store
Methods in org.dizitart.no2.store that return types with arguments of type EventInfo 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. -
Uses of EventInfo in org.dizitart.no2.store.events
Methods in org.dizitart.no2.store.events with parameters of type EventInfo Modifier and Type Method Description voidStoreEventListener. onEvent(EventInfo eventInfo)Executes when an event is fired.
-