|
||||||||||
| 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 manager| Method Detail |
|---|
public void assignmentAnswerReady(AssignmentInfo info)
MathTool.MathToolListener
assignmentAnswerReady in interface MathTool.MathToolListenerinfo - the info
public void assignmentSendRequest(Assignment assignment,
java.util.List<java.lang.Object> receipents,
AssignmentInfo solution)
AssignmentBuilder.AssignmentBuilderListener
assignmentSendRequest in interface AssignmentBuilder.AssignmentBuilderListenerassignment - the assignmentreceipents - the receipentssolution - the solutionpublic void mathPadClosed(MathTool tool)
MathTool.MathToolListener
mathPadClosed in interface MathTool.MathToolListenertool - the math toolpublic void sendToDialogDisplayed(SendToDialog sendToDialog)
AssignmentBuilder.AssignmentBuilderListener
sendToDialogDisplayed in interface AssignmentBuilder.AssignmentBuilderListenersendToDialog - the send to dialogpublic void separatorChanged(MathTool.SeparatorState newState)
MathTool.MathToolListener
separatorChanged in interface MathTool.MathToolListenernewState - the new state
public void userLogin(java.lang.String userName,
java.lang.String password)
MathTool.MathToolListener
userLogin in interface MathTool.MathToolListeneruserName - the user namepassword - the password
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||