Interface Property.Listener
- All Known Implementing Classes:
AbstractPropertyListener, ARGBColorPropertyListener, BlockPropertyListener, BlocksPropertyListener, BooleanPropertyListener, BoundedPropertyListener, DoublePropertyListener, FloatPropertyListener, IntegerPropertyListener, ItemPropertyListener, ItemsPropertyListener, LongPropertyListener, RGBColorPropertyListener, StringPropertyListener
public static interface Property.Listener
Defines callback hooks for internal state transitions.
-
Method Summary
Modifier and TypeMethodDescriptionvoidTriggered upon localized disk state modifications or successful authoritative network synchronization.voidTriggered 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.
-