Package me.hsgamer.topper.agent.core
Class EntryEvent<K,V>
java.lang.Object
me.hsgamer.topper.agent.core.EntryEvent<K,V>
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEntryEvent(EntryEvent.Kind kind, DataEntry<K, V> entry, V oldValue, V newValue) -
Method Summary
-
Field Details
-
kind
-
entry
-
oldValue
-
newValue
-
-
Constructor Details
-
EntryEvent
-