|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface MathTool.MathToolListener
The listener interface for receiving mathTool events. The class that is
interested in processing a mathTool event implements this interface, and
the object created with that class is registered with a component using
the component's
addMathToolListener
method. When
the mathTool event occurs, that object's appropriate
method is invoked.
MathToolEvent
Method Summary
void
assignmentAnswerReady(AssignmentInfo info)
Assignment answer ready.
void
mathPadClosed(MathTool mathTool)
Math pad closed.
void
separatorChanged(MathTool.SeparatorState newState)
Separator changed.
void
userLogin(java.lang.String userName,
java.lang.String password)
User login.
Method Detail
assignmentAnswerReady
void assignmentAnswerReady(AssignmentInfo info)
info
- the info
mathPadClosed
void mathPadClosed(MathTool mathTool)
mathTool
- the math tool
separatorChanged
void separatorChanged(MathTool.SeparatorState newState)
newState
- the new state
userLogin
void userLogin(java.lang.String userName,
java.lang.String password)
userName
- the user namepassword
- the password
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD