Package adams.gui.event
Interface SpreadSheetProcessorListener
-
- All Known Implementing Classes:
SpreadSheetProcessorPanel
public interface SpreadSheetProcessorListener
Interface for listeners that react to changes in aSpreadSheetProcessorPanel
.- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
processorStateChanged(SpreadSheetProcessorEvent e)
Gets triggered whenever the processor changes state.
-
-
-
Method Detail
-
processorStateChanged
void processorStateChanged(SpreadSheetProcessorEvent e)
Gets triggered whenever the processor changes state.- Parameters:
e
- the event
-
-