Uses of Enum Class
net.thevpc.common.props.PropertyUpdate
Packages that use PropertyUpdate
-
Uses of PropertyUpdate in net.thevpc.common.props
Subclasses with type arguments of type PropertyUpdate in net.thevpc.common.propsMethods in net.thevpc.common.props that return PropertyUpdateModifier and TypeMethodDescriptionPropertyEvent.eventType()static PropertyUpdateReturns the enum constant of this class with the specified name.static PropertyUpdate[]PropertyUpdate.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.thevpc.common.props with parameters of type PropertyUpdateModifierConstructorDescriptionPropertyEvent(Property property, Object index, Object oldValue, Object newValue, Path path, PropertyUpdate eventType, boolean immediate) PropertyEvent(Property property, Object index, Object oldValue, Object newValue, Path path, PropertyUpdate eventType, String changeId, boolean immediate) -
Uses of PropertyUpdate in net.thevpc.common.props.impl
Methods in net.thevpc.common.props.impl with parameters of type PropertyUpdateModifier and TypeMethodDescriptionvoidPropertyVetosImpl.firePropertyUpdated(Object old, Object v, Object index, PropertyUpdate action)