flux
Class TimerTrigger.Timer_Result

java.lang.Object
  extended by flux.TimerTrigger.Timer_Result
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable
Enclosing interface:
TimerTrigger

public static class TimerTrigger.Timer_Result
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable

The result when a timer trigger fires.

See Also:
Serialized Form

Field Summary
 boolean result
          The result when a timer trigger fires.
 
Constructor Summary
TimerTrigger.Timer_Result()
           
 
Method Summary
 java.lang.Object clone()
          Clones a timer result.
 java.lang.String toString()
          Returns a readable version of this object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

result

public boolean result
The result when a timer trigger fires. Indicates whether a timer trigger fired or expired. If true, the timer trigger fired. Otherwise, the timer trigger expired.

Constructor Detail

TimerTrigger.Timer_Result

public TimerTrigger.Timer_Result()
Method Detail

toString

public java.lang.String toString()
Returns a readable version of this object.

Overrides:
toString in class java.lang.Object
Returns:
A readable version of this object.

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Clones a timer result.

Overrides:
clone in class java.lang.Object
Returns:
A timer result clone.
Throws:
java.lang.CloneNotSupportedException - Should never be thrown.


© 2014 Flux Corporation. All rights reserved.