Uses of Class
com.securenative.models.EventTypes
-
Packages that use EventTypes Package Description com.securenative.events com.securenative.models -
-
Uses of EventTypes in com.securenative.events
Methods in com.securenative.events with parameters of type EventTypes Modifier and Type Method Description static EventEventFactory. createEvent(EventTypes eventType, String... args) -
Uses of EventTypes in com.securenative.models
Methods in com.securenative.models that return EventTypes Modifier and Type Method Description static EventTypesEventTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static EventTypes[]EventTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.
-