java.lang.Object
eu.hansolo.toolbox.properties.ReadOnlyProperty<Long>
eu.hansolo.toolbox.properties.ReadOnlyLongProperty
- Direct Known Subclasses:
LongProperty
-
Field Summary
FieldsFields inherited from class eu.hansolo.toolbox.properties.ReadOnlyProperty
bean, initialValue, name, observers, value -
Constructor Summary
ConstructorsConstructorDescriptionReadOnlyLongProperty(long value) ReadOnlyLongProperty(Object bean, String name, long value) -
Method Summary
Modifier and TypeMethodDescriptionlongget()protected voidsetPropertyToUpdate(LongProperty property) protected voidMethods inherited from class eu.hansolo.toolbox.properties.ReadOnlyProperty
addObserver, addOnChange, didChange, fireEvent, getBean, getInitialValue, getName, getValue, invalidated, isSet, removeAllObservers, removeListener, setPropertyToUpdate, willChange
-
Field Details
-
propertyToUpdate
-
bidirectional
protected boolean bidirectional
-
-
Constructor Details
-
ReadOnlyLongProperty
public ReadOnlyLongProperty() -
ReadOnlyLongProperty
public ReadOnlyLongProperty(long value) -
ReadOnlyLongProperty
-
-
Method Details
-
get
public long get() -
setPropertyToUpdate
-
unsetPropertyToUpdate
protected void unsetPropertyToUpdate()- Overrides:
unsetPropertyToUpdatein classReadOnlyProperty<Long>
-