Interface Property.Listener

All Known Implementing Classes:
AbstractPropertyListener, ARGBColorPropertyListener, BlockPropertyListener, BlocksPropertyListener, BooleanPropertyListener, BoundedPropertyListener, DoublePropertyListener, FloatPropertyListener, IntegerPropertyListener, ItemPropertyListener, ItemsPropertyListener, LongPropertyListener, RGBColorPropertyListener, StringPropertyListener
Enclosing interface:
Property<T>

public static interface Property.Listener
Defines callback hooks for internal state transitions.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Triggered upon localized disk state modifications or successful authoritative network synchronization.
    void
    Triggered when the parent property detaches from the structural hierarchy or severs an authoritative connection.
  • Method Details

    • onPropertyInvalidated

      void onPropertyInvalidated()
      Triggered when the parent property detaches from the structural hierarchy or severs an authoritative connection.
    • onPropertyChanged

      void onPropertyChanged()
      Triggered upon localized disk state modifications or successful authoritative network synchronization.