Uses of Interface
net.talvi.puffinplot.plots.SampleClickListener

Packages that use SampleClickListener
net.talvi.puffinplot.plots   
 

Uses of SampleClickListener in net.talvi.puffinplot.plots
 

Methods in net.talvi.puffinplot.plots with parameters of type SampleClickListener
 void Plot.addSampleClickListener(SampleClickListener listener)
          Adds a listener for sample clicks to this plot.
 void Plot.removeSampleClickListener(SampleClickListener listener)
          Removes a sample click listener which was previously added to this plot.