public interface DependencyIF
InteractivityIF.dependsOn(net.mumie.mathletfactory.mmobject.MMObjectIF, net.mumie.mathletfactory.action.updater.DependencyIF)
method of the
dependant ('slave') mmobject. For implementing this interface note that all
three methods will be called, so overriding one of the doUpdate
methods
will suffice.Modifier and Type | Method and Description |
---|---|
void |
doUpdate()
Perform the updating.
|
void |
doUpdate(MMObjectIF dependant,
MMObjectIF free)
Perform the updating of the dependant mmobjects using the data of the free mmobject.
|
void |
doUpdate(MMObjectIF dependant,
MMObjectIF[] free)
Perform the updating of the dependant mmobjects using the data of the free mmobjects.
|
void doUpdate()
void doUpdate(MMObjectIF dependant, MMObjectIF free)
void doUpdate(MMObjectIF dependant, MMObjectIF[] free)
Further documentation and examples can be found under www.mathletfactory.de.