public class ParameterInFunctionUpdater extends MMUpdater
m_child, m_parents, m_specialCaseListenersList
MAX_UPDATER_INVOCATION_COUNT
Constructor and Description |
---|
ParameterInFunctionUpdater(UsesOperationIF function,
java.lang.String identifier,
MNumber value)
Constructs a new parameter updater for the given function, parameter name and value.
|
Modifier and Type | Method and Description |
---|---|
void |
userDefinedUpdate()
This method is dedicated to be implemented in the real MMUpdater classes
that inherit from this abstract class.
|
addSpecialCaseListener, finishUpdate, fireSpecialCaseEvent, getInvocationCount, getParent, getParentCount, getSlave, isActive, removeSpecialCaseListener, setActive, startUpdateCycleFromHere, update
addInvokedUpdater, addObjectToRedraw, addUpdatableEntryObject, finishUpdaters, getActionCallCount, getEntryObject, getMaxUpdateInvocationCount, increaseActionCallCount, isUpdatableEntryObject, performActionCycleFromObject, performActionCycleFromObjects, redrawObjectsInCurrentCycle, reset, setEntryObject, setMaxUpdateInvocationCount
public ParameterInFunctionUpdater(UsesOperationIF function, java.lang.String identifier, MNumber value)
function
- a MM-functionidentifier
- the identifiervalue
- a MM-numberjava.lang.ClassCastException
- if the function or the value or not MM-objectspublic void userDefinedUpdate()
MMUpdater
userDefinedUpdate
in class MMUpdater
Further documentation and examples can be found under www.mathletfactory.de.