Uses of Class
org.dizitart.no2.store.events.StoreEvents
-
Packages that use StoreEvents Package Description org.dizitart.no2.store.events -
-
Uses of StoreEvents in org.dizitart.no2.store.events
Methods in org.dizitart.no2.store.events that return StoreEvents Modifier and Type Method Description StoreEventsEventInfo. getEvent()static StoreEventsStoreEvents. valueOf(String name)Returns the enum constant of this type with the specified name.static StoreEvents[]StoreEvents. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dizitart.no2.store.events with parameters of type StoreEvents Modifier and Type Method Description voidEventInfo. setEvent(StoreEvents event)Constructors in org.dizitart.no2.store.events with parameters of type StoreEvents Constructor Description EventInfo(StoreEvents event, NitriteConfig nitriteConfig)
-