Uses of Class
org.dizitart.no2.collection.events.EventType
-
Packages that use EventType Package Description org.dizitart.no2.collection.events -
-
Uses of EventType in org.dizitart.no2.collection.events
Methods in org.dizitart.no2.collection.events that return EventType Modifier and Type Method Description EventTypeCollectionEventInfo. getEventType()Specifies the event type.static EventTypeEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static EventType[]EventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dizitart.no2.collection.events with parameters of type EventType Modifier and Type Method Description voidCollectionEventInfo. setEventType(EventType eventType)Specifies the event type.Constructors in org.dizitart.no2.collection.events with parameters of type EventType Constructor Description CollectionEventInfo(EventType eventType)CollectionEventInfo(T item, EventType eventType, long timestamp, String originator)
-