apps.mathpadapp.controllerapp.assignmentbuilder
Interface AssignmentBuilder.AssignmentBuilderListener

All Superinterfaces:
MathTool.MathToolListener
All Known Implementing Classes:
AssignmentBuilderListenerImpl
Enclosing class:
AssignmentBuilder

public static interface AssignmentBuilder.AssignmentBuilderListener
extends MathTool.MathToolListener

The listener interface for receiving assignmentBuilder events. The class that is interested in processing a assignmentBuilder event implements this interface, and the object created with that class is registered with a component using the component's addAssignmentBuilderListener method. When the assignmentBuilder event occurs, that object's appropriate method is invoked.

See Also:
AssignmentBuilderEvent

Method Summary
 void assignmentSendRequest(Assignment assignment, java.util.List<java.lang.Object> receipents, AssignmentInfo solution)
          Assignment send request.
 void sendToDialogDisplayed(SendToDialog sendToDialog)
          Send to dialog displayed.
 
Methods inherited from interface apps.mathpadapp.mathtool.MathTool.MathToolListener
assignmentAnswerReady, mathPadClosed, separatorChanged, userLogin
 

Method Detail

assignmentSendRequest

void assignmentSendRequest(Assignment assignment,
                           java.util.List<java.lang.Object> receipents,
                           AssignmentInfo solution)
Assignment send request.

Parameters:
assignment - the assignment
receipents - the receipents
solution - the solution

sendToDialogDisplayed

void sendToDialogDisplayed(SendToDialog sendToDialog)
Send to dialog displayed.

Parameters:
sendToDialog - the send to dialog