Package adams.gui.event
Interface PaintListener
-
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
AbstractClassifierBasedGeneticAlgorithmWizard.PerformancePlot
,AbstractDataContainerZoomOverviewPanel
,AbstractScatterPlot
,BoxPlotManager
,DataContainerPanel
,DataContainerPanelWithContainerList
,DataContainerPanelWithSidePanel
,DataPoolPanel
,Histogram
,InstancePanel
,InstanceZoomOverviewPanel
,NormalPlot
,PaintablePanel
,ProbabilityPlot
,ScatterPlot
,ScatterPlotSimple
,SequencePlotterPanel
,SpreadSheetRowPanel
,SpreadSheetRowZoomOverviewPanel
,TimeseriesPanel
,TimeseriesZoomOverviewPanel
,VersusFit
,VersusOrder
,XYSequencePanel
,ZScore
public interface PaintListener extends EventListener
Interface for listening for paint updates of GUI components.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
painted(PaintEvent e)
Invoked when a component got painted.
-
-
-
Method Detail
-
painted
void painted(PaintEvent e)
Invoked when a component got painted.- Parameters:
e
- the event
-
-