edu.uci.ics.jung.visualization.control
Interface GraphMouseListener<V>


public interface GraphMouseListener<V>

This interface allows users to register listeners to register to receive vertex clicks.

Author:
danyelf

Method Summary
 void graphClicked(V v, MouseEvent me)
           
 void graphPressed(V v, MouseEvent me)
           
 void graphReleased(V v, MouseEvent me)
           
 

Method Detail

graphClicked

void graphClicked(V v,
                  MouseEvent me)

graphPressed

void graphPressed(V v,
                  MouseEvent me)

graphReleased

void graphReleased(V v,
                   MouseEvent me)


Copyright © 2009. All Rights Reserved.