* @param e
* the <code>GraphSelectionEvent</code> generated by the
* <code>GraphSelectionModel</code>
*/
public void valueChanged(GraphSelectionEvent e) {
GraphSelectionEvent newE;
newE = (GraphSelectionEvent) e.cloneWithSource(JGraph.this);
fireValueChanged(newE);
}