java.lang.Object
org.praxislive.code.AbstractAsyncProperty<V>
- Type Parameters:
V-
- All Implemented Interfaces:
Control
- Direct Known Subclasses:
ResourceProperty
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractAsyncProperty(Value initialKey, Class<V> valueType, V value) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidattach(CodeContext<?> context) voidcall(Call call, PacketRouter router) protected abstract TaskService.TaskcreateTask(Value key) protected ValuegetKey()protected VgetValue()protected voidportInvoke(long time, Value key) protected voidprotected voidvalueChanged(long time)