org.refcodes.mixin.ActionAccessor<PropertyAction>
, org.refcodes.observer.GenericActionEvent<PropertyAction,ObservableProperties>
, org.refcodes.observer.GenericEvent<PropertyAction>
, org.refcodes.mixin.KeyAccessor<PropertyAction>
, org.refcodes.struct.Property
, PropertyEvent
, org.refcodes.struct.Relation<PropertyAction,ObservableProperties>
, org.refcodes.mixin.SourceAccessor<PropertyAction>
, org.refcodes.mixin.ValueAccessor<PropertyAction>
PropertyUpdatedEventImpl
public interface PropertyUpdatedEvent extends PropertyEvent
PropertyUpdatedEvent
is fired whenever an existing property (as
of Keys.containsKey(Object)
) is updated in the related
ObservableProperties
instance (as of
Keys.MutableValues.put(Object, Object)
or the like). A
PropertyUpdatedEvent
represents a Property
with a key and a
value (as of KeyAccessor.getKey()
and ValueAccessor.getValue()
) of
the updated property and the previous value of the property, accessible via
getPreviousValue()
.org.refcodes.mixin.ActionAccessor.ActionBuilder<A extends Object,B extends org.refcodes.mixin.ActionAccessor.ActionBuilder<A,B>>, org.refcodes.mixin.ActionAccessor.ActionMutator<A extends Object>, org.refcodes.mixin.ActionAccessor.ActionProperty<A extends Object>
org.refcodes.mixin.KeyAccessor.KeyBuilder<K extends Object,B extends org.refcodes.mixin.KeyAccessor.KeyBuilder<K,B>>, org.refcodes.mixin.KeyAccessor.KeyMutator<K extends Object>, org.refcodes.mixin.KeyAccessor.KeyProperty<K extends Object>
org.refcodes.struct.Property.PropertyBuilder
org.refcodes.struct.Relation.RelationBuilder<K extends Object,V extends Object>
org.refcodes.mixin.SourceAccessor.SourceMutator<SRC extends Object>, org.refcodes.mixin.SourceAccessor.SourceProperty<SRC extends Object>
org.refcodes.mixin.ValueAccessor.ValueBuilder<V extends Object,B extends org.refcodes.mixin.ValueAccessor.ValueBuilder<V,B>>, org.refcodes.mixin.ValueAccessor.ValueMutator<V extends Object>, org.refcodes.mixin.ValueAccessor.ValueProperty<V extends Object>
Modifier and Type | Method | Description |
---|---|---|
String |
getPreviousValue() |
Returns the value of the property which has been replaced by the value as
of
ValueAccessor.getValue() . |
String getPreviousValue()
ValueAccessor.getValue()
.Copyright © 2021. All rights reserved.