com.rapidminer.gui.plotter.charts
Interface SelectablePlotter


public interface SelectablePlotter

This interface provides the hook for registering own selection listener.

Author:
Sebastian Land

Method Summary
 void clearSelectionListener()
          This one clears the complete list of registered selection listeners.
 void registerSelectionListener(AbstractChartPanel.SelectionListener listener)
          This method will add the given selection listener to the list of objects which will be notified as soon as a selection is made.
 

Method Detail

registerSelectionListener

void registerSelectionListener(AbstractChartPanel.SelectionListener listener)
This method will add the given selection listener to the list of objects which will be notified as soon as a selection is made.


clearSelectionListener

void clearSelectionListener()
This one clears the complete list of registered selection listeners. This might be useful if a default listener should be replaced.



Copyright © 2001-2009 by Rapid-I