-
public final class CommandQueue.PropertyUpdate<T extends Object>Contains the data associated with a property update event.
-
-
Field Summary
Fields Modifier and Type Field Description private final ViewModelInstanceHandlehandleprivate final StringpropertyPathprivate final Tvalue
-
Constructor Summary
Constructors Constructor Description CommandQueue.PropertyUpdate(ViewModelInstanceHandle handle, String propertyPath, T value)
-
Method Summary
Modifier and Type Method Description final ViewModelInstanceHandlegetHandle()final StringgetPropertyPath()final TgetValue()-
-
Constructor Detail
-
CommandQueue.PropertyUpdate
CommandQueue.PropertyUpdate(ViewModelInstanceHandle handle, String propertyPath, T value)
- Parameters:
handle- The handle of the ViewModelInstance that the property belongs to.propertyPath- The path to the property that was updated.value- The new value of the property.
-
-
Method Detail
-
getHandle
final ViewModelInstanceHandle getHandle()
-
getPropertyPath
final String getPropertyPath()
-
-
-
-