- All Implemented Interfaces:
Control
public abstract class AbstractProperty
extends Object
implements Control
A basic property control base class.
-
Constructor Summary
Constructors
-
Method Summary
void
protected abstract void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
AbstractProperty
public AbstractProperty()
-
Method Details
-
-
set
Set the value.
- Parameters:
time - clock time of set call
arg - new property value
- Throws:
Exception - if value setting fails
-
get
protected abstract Value get()
Get the value.
- Returns:
- value