- 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 voidcall(Call call, PacketRouter router)protected abstract Valueget()Get the value.protected abstract voidset(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 ExceptionSet 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
-
-