Interface DataEntryAgent<K,V>


public interface DataEntryAgent<K,V>
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    onCreate(me.hsgamer.topper.data.core.DataEntry<K,V> entry)
     
    default void
    onRemove(me.hsgamer.topper.data.core.DataEntry<K,V> entry)
     
    default void
    onUnregister(me.hsgamer.topper.data.core.DataEntry<K,V> entry)
     
    default void
    onUpdate(me.hsgamer.topper.data.core.DataEntry<K,V> entry, V oldValue, V newValue)
     
  • Method Details

    • onCreate

      default void onCreate(me.hsgamer.topper.data.core.DataEntry<K,V> entry)
    • onUpdate

      default void onUpdate(me.hsgamer.topper.data.core.DataEntry<K,V> entry, V oldValue, V newValue)
    • onRemove

      default void onRemove(me.hsgamer.topper.data.core.DataEntry<K,V> entry)
    • onUnregister

      default void onUnregister(me.hsgamer.topper.data.core.DataEntry<K,V> entry)