Package io.ciera.runtime.summit.time
Class Timer.TimerAttributeChangedDelta
- java.lang.Object
-
- io.ciera.runtime.instanceloading.ModelDelta
-
- io.ciera.runtime.instanceloading.AttributeChangedDelta
-
- io.ciera.runtime.summit.time.Timer.TimerAttributeChangedDelta
-
- All Implemented Interfaces:
IAttributeChangedDelta,IModelDelta
- Enclosing class:
- Timer
public static class Timer.TimerAttributeChangedDelta extends AttributeChangedDelta
-
-
Constructor Summary
Constructors Constructor Description TimerAttributeChangedDelta(Timer t, String attributeName, Object oldValue, Object newValue)
-
Method Summary
-
Methods inherited from class io.ciera.runtime.instanceloading.AttributeChangedDelta
getAttributeName, getNewValue, getOldValue
-
Methods inherited from class io.ciera.runtime.instanceloading.ModelDelta
getElementId, getElementName, getModelElement
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.ciera.runtime.instanceloading.IModelDelta
getElementId, getElementName, getModelElement
-
-