net.sourceforge.swtlayeredgraph.listener
Interface GraphMouseListener


public interface GraphMouseListener

Defines an interface for mouse listeners on the graph.

Author:
davija

Method Summary
 void handleMouseEvent(org.eclipse.swt.widgets.Event event, GraphPoint point)
          Called when the mouse moves in GraphMouseListenerparam newPoint The location of the new mouse point.
 

Method Detail

handleMouseEvent

void handleMouseEvent(org.eclipse.swt.widgets.Event event,
                      GraphPoint point)
Called when the mouse moves in GraphMouseListenerparam newPoint The location of the new mouse point.

Parameters:
event - SWT based event that was sent.
point - Location (as a GraphPoint) where this event happened.


Copyright © 2009. All Rights Reserved.