Interface Restartable


public interface Restartable
Implemented by objects that can be restarted.
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Starts this object.
    void
    Stops this object.
  • Method Details

    • start

      void start()
      Starts this object.
    • stop

      void stop()
      Stops this object.