Class VariableEvent
java.lang.Object
java.util.EventObject
org.episteme.core.mathematics.loaders.mathml.beans.VariableEvent
- All Implemented Interfaces:
Serializable
Event fired when a MathML variable value changes.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
- See Also:
-
Field Summary
Fields inherited from class EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionVariableEvent(Object src, String var, Object val) Creates a new VariableEvent object. -
Method Summary
Modifier and TypeMethodDescriptiongetValue()Returns the value of the variable.Returns the name of the variable.Methods inherited from class EventObject
getSource, toString
-
Constructor Details
-
VariableEvent
-
-
Method Details
-
getVariable
-
getValue
-