- java.lang.Object
-
- org.praxislive.base.AbstractProperty
-
-
Constructor Summary
Constructors Constructor Description AbstractProperty()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description void
call(Call call, PacketRouter router)
protected abstract Value
get()
Get the value.protected abstract void
set(long time, Value arg)
Set the value.
-
-
-
Method Detail
-
call
public void call(Call call, PacketRouter router) throws Exception
-
set
protected abstract void set(long time, Value arg) throws Exception
Set the value.- Parameters:
time
- clock time of set callarg
- new property value- Throws:
Exception
- if value setting fails
-
get
protected abstract Value get()
Get the value.- Returns:
- value
-
-