- java.lang.Object
-
- org.praxislive.code.AbstractBasicProperty
-
- All Implemented Interfaces:
Control
@Deprecated public abstract class AbstractBasicProperty extends Object implements Control
Deprecated.An abstract property control base class.Deprecated in favour of org.praxislive.base.AbstractProperty.
-
-
Constructor Summary
Constructors Constructor Description AbstractBasicProperty()
Deprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
call(Call call, PacketRouter router)
Deprecated.protected abstract Value
get()
Deprecated.protected abstract void
set(long time, Value arg)
Deprecated.
-