Uses of Interface
com.iohao.net.common.kit.beans.property.PropertyValueObservable
Packages that use PropertyValueObservable
Package
Description
Utility tools - Property Value Change Listener feature,
properties can add listeners which are triggered when certain property values change.
-
Uses of PropertyValueObservable in com.iohao.net.common.kit.beans.property
Classes in com.iohao.net.common.kit.beans.property that implement PropertyValueObservableModifier and TypeClassDescriptionfinal classbool - Property has listening feature.final classint - Property has listening feature.final classlong - Property has listening feature.final classobject - Property has listening feature.final classString - Property has listening feature.Methods in com.iohao.net.common.kit.beans.property with parameters of type PropertyValueObservableModifier and TypeMethodDescriptionvoidPropertyChangeListener.changed(PropertyValueObservable<? extends T> observable, T oldValue, T newValue) Value change listener