Class UpdatingAspectVariable<V extends IValue>
java.lang.Object
org.cyclops.integrateddynamics.core.part.aspect.UpdatingAspectVariable<V>
- All Implemented Interfaces:
IVariable<V>
,IVariableInvalidateListener
,IAspectVariable<V>
public abstract class UpdatingAspectVariable<V extends IValue>
extends Object
implements IAspectVariable<V>
Variable for a specific aspect from a part that requires updates for value changes.
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.cyclops.integrateddynamics.api.part.aspect.IAspectVariable
getAspect, getTarget
Methods inherited from interface org.cyclops.integrateddynamics.api.evaluate.variable.IVariable
addInvalidationListener, getType, getValue
Methods inherited from interface org.cyclops.integrateddynamics.api.evaluate.variable.IVariableInvalidateListener
invalidate
-
Constructor Details
-
UpdatingAspectVariable
-