Interface IAspectVariable<V extends IValue>
- All Superinterfaces:
IVariable<V>, IVariableInvalidateListener
- All Known Implementing Classes:
LazyAspectVariable, UpdatingAspectVariable
-
Method Summary
Methods inherited from interface IVariable
addInvalidationListener, getType, getValue, removeInvalidationListenerMethods inherited from interface IVariableInvalidateListener
invalidate
-
Method Details
-
getTarget
PartTarget getTarget()- Returns:
- The target of this aspect variable.
-
getAspect
IAspectRead<V,?> getAspect()- Returns:
- The referenced aspect.
-