Interface Restartable


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

      • start

        void start()
        Starts this object.
      • stop

        void stop()
        Stops this object.