public class MonitoredStatus.PropertyTimer extends java.lang.Object
Constructor and Description |
---|
PropertyTimer() |
Modifier and Type | Method and Description |
---|---|
void |
setDelay(int delay)
Sets the delay for the timer.
|
void |
setPropertyName(java.lang.String propName)
Sets the property name for the timer.
|
void |
setPropertyValue(java.lang.Object propValue)
Sets the property value for the timer.
|
void |
start()
Starts the timer.
|
void |
stop()
Stops the timer.
|
java.lang.String |
toString() |
public PropertyTimer()
public void setDelay(int delay)
public void setPropertyName(java.lang.String propName)
MonitoredStatus.State.STATE
public void setPropertyValue(java.lang.Object propValue)
MonitoredStatus.State.WAITING
public void start()
public void stop()
public java.lang.String toString()
toString
in class java.lang.Object