Interface TypedValueUpdateListener
-
- All Known Implementing Classes:
VariableInstanceEntity
public interface TypedValueUpdateListener
- Author:
- Thorben Lindhauer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onImplicitValueUpdate(TypedValue updatedValue)
Called when an implicit update to a typed value is detected
-
-
-
Method Detail
-
onImplicitValueUpdate
void onImplicitValueUpdate(TypedValue updatedValue)
Called when an implicit update to a typed value is detected- Parameters:
updatedValue
-
-
-