java.lang.Object
org.praxislive.base.AbstractProperty
- All Implemented Interfaces:
org.praxislive.core.Control
A basic property control base class.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AbstractProperty
public AbstractProperty()
-
-
Method Details
-
call
public void call(org.praxislive.core.Call call, org.praxislive.core.PacketRouter router) throws Exception - Specified by:
callin interfaceorg.praxislive.core.Control- Throws:
Exception
-
set
Set the value.- Parameters:
time- clock time of set callarg- new property value- Throws:
Exception- if value setting fails
-
get
protected abstract org.praxislive.core.Value get()Get the value.- Returns:
- value
-