// Handle what happens if the mutation fails.
request.addChangeListener(new LinkChangeListener(link, container,
failmoml));
request.setUndoable(true);
container.requestChange(request);
}
/** Connect the given edge to the given tail node.
* This class queues a new change request with the ptolemy model
* to make this modification.