Interface SimpleObservableProperty<T>

All Superinterfaces:
Destructible, Functor<T>, MutableProperty<T>, ObservableProperty<T>, Property<T>
All Known Subinterfaces:
ConfigOption<T>
All Known Implementing Classes:
BooleanConfigOption, DeserializedBooleanProperty, DeserializedFloatProperty, DeserializedIntProperty, DeserializedObjectProperty, DeserializedStringProperty, FileDeserializer, FloatConfigOption, HotFileDeserializer, IntConfigOption, ObjectConfigOption, SelectionProperty, SimpleObservableBooleanProperty, SimpleObservableFloatProperty, SimpleObservableIntProperty, SimpleObservableObjectProperty, SimpleObservableStringProperty, SingleSelectionProperty, StringConfigOption

public interface SimpleObservableProperty<T> extends ObservableProperty<T>, Destructible
  • Method Details

    • setLogger

      void setLogger(Logger logger)
      Sets the logger of this property, which is used to log errors thrown by observers.