|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectapps.mathpadapp.controllerapp.assignmentbuilder.AssignmentBuilderListenerImpl
public class AssignmentBuilderListenerImpl
The Class AssignmentBuilderListenerImpl.
Constructor Summary | |
---|---|
AssignmentBuilderListenerImpl(ControllerManager controllerManager)
Instantiates a new assignment builder listener impl. |
Method Summary | |
---|---|
void |
assignmentAnswerReady(AssignmentInfo info)
Assignment answer ready. |
void |
assignmentSendRequest(Assignment assignment,
java.util.List<java.lang.Object> receipents,
AssignmentInfo solution)
Assignment send request. |
void |
mathPadClosed(MathTool tool)
Math pad closed. |
void |
sendToDialogDisplayed(SendToDialog sendToDialog)
Send to dialog displayed. |
void |
separatorChanged(MathTool.SeparatorState newState)
Separator changed. |
void |
userLogin(java.lang.String userName,
java.lang.String password)
User login. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AssignmentBuilderListenerImpl(ControllerManager controllerManager)
controllerManager
- the controller managerMethod Detail |
---|
public void assignmentAnswerReady(AssignmentInfo info)
MathTool.MathToolListener
assignmentAnswerReady
in interface MathTool.MathToolListener
info
- the infopublic void assignmentSendRequest(Assignment assignment, java.util.List<java.lang.Object> receipents, AssignmentInfo solution)
AssignmentBuilder.AssignmentBuilderListener
assignmentSendRequest
in interface AssignmentBuilder.AssignmentBuilderListener
assignment
- the assignmentreceipents
- the receipentssolution
- the solutionpublic void mathPadClosed(MathTool tool)
MathTool.MathToolListener
mathPadClosed
in interface MathTool.MathToolListener
tool
- the math toolpublic void sendToDialogDisplayed(SendToDialog sendToDialog)
AssignmentBuilder.AssignmentBuilderListener
sendToDialogDisplayed
in interface AssignmentBuilder.AssignmentBuilderListener
sendToDialog
- the send to dialogpublic void separatorChanged(MathTool.SeparatorState newState)
MathTool.MathToolListener
separatorChanged
in interface MathTool.MathToolListener
newState
- the new statepublic void userLogin(java.lang.String userName, java.lang.String password)
MathTool.MathToolListener
userLogin
in interface MathTool.MathToolListener
userName
- the user namepassword
- the password
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |