Package hec.hecmath.computation
Interface Updatable
- All Known Implementing Classes:
Computation,Condition,LogicTest,MathExpression,MathOperation,QualityOperation,QualityTest,Text,TextExpression,TextOperation,TextTest,Value,ValueTest,Variable
public interface Updatable
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidregisterListener(UpdatableListener listener) voidunregisterListener(UpdatableListener listener)
-
Method Details
-
registerListener
-
unregisterListener
-
notifyListeners
void notifyListeners()
-