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
Constructors -
Method Summary
Methods inherited from interface IAspectVariable
getAspectMethods inherited from interface IVariable
addInvalidationListener, removeInvalidationListenerMethods inherited from interface IVariableInvalidateListener
invalidate
-
Constructor Details
-
UpdatingAspectVariable
-
-
Method Details
-
getType
-
getTarget
- Specified by:
getTargetin interfaceIAspectVariable<V extends IValue>- Returns:
- The target of this aspect variable.
-
getValue
-
setValue
-
equals
-
hashCode
-
toString
-