Uses of Enum
me.hsgamer.topper.agent.core.EntryEvent.Kind
Packages that use EntryEvent.Kind
-
Uses of EntryEvent.Kind in me.hsgamer.topper.agent.core
Fields in me.hsgamer.topper.agent.core declared as EntryEvent.KindMethods in me.hsgamer.topper.agent.core that return EntryEvent.KindModifier and TypeMethodDescriptionstatic EntryEvent.KindReturns the enum constant of this type with the specified name.static EntryEvent.Kind[]EntryEvent.Kind.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in me.hsgamer.topper.agent.core with parameters of type EntryEvent.KindModifierConstructorDescriptionEntryEvent(EntryEvent.Kind kind, DataEntry<K, V> entry, V oldValue, V newValue)