Interface Startable

All Known Subinterfaces:
Tab, TabModel
All Known Implementing Classes:
ComputerKurzweilApplication, ComputerKurzweilContext, ComputerKurzweilFrame, ComputerKurzweilTabbedPane, CyclicCellularAutomatonModel, CyclicCellularAutomatonTab, CyclicCellularAutomatonTabPane, DiffusionLimitedAggregationModel, DiffusionLimitedAggregationTab, DiffusionLimitedAggregationTabPane, MandelbrotModel, MandelbrotTab, MandelbrotTabPane, PanelStartStopButtons, RandomWalkModel, RandomWalkTab, RandomWalkTabPane, SimulatedEvolutionModel, SimulatedEvolutionTab, SimulatedEvolutionTabPane, SimulatedEvolutionWorldLattice, TabPanel

public interface Startable
  • Method Summary

    Modifier and Type Method Description
    void start()  
    void stop()  
  • Method Details

    • start

      void start()
    • stop

      void stop()