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
assignmentSendRequest
void assignmentSendRequest(Assignment assignment,
java.util.List<java.lang.Object> receipents,
AssignmentInfo solution)
- Assignment send request.
- Parameters:
assignment
- the assignmentreceipents
- the receipentssolution
- the solution
sendToDialogDisplayed
void sendToDialogDisplayed(SendToDialog sendToDialog)
- Send to dialog displayed.
- Parameters:
sendToDialog
- the send to dialog