org.strbio.util.graph
Interface ClickablePointPlot.ClickListener

Enclosing class:
ClickablePointPlot

public static interface ClickablePointPlot.ClickListener

This is an interface for things that are interested in knowing when the graph is clicked.


Method Summary
 void clicked(DVector d)
          This function gets called with the DVector that was clicked on, or null if nothing was clicked.
 

Method Detail

clicked

void clicked(DVector d)
This function gets called with the DVector that was clicked on, or null if nothing was clicked.