Interface StartStopListener


public interface StartStopListener
Author:
Nick Didkovsky, email: nick@didkovsky.com, (c) 2004 Nick Didkovsky, all rights reserved.
  • Method Summary

    Modifier and Type Method Description
    void notifyStart​(java.lang.Object p)
    user clicked Start
    void notifyStop​(java.lang.Object p)
    user clicked Stop
  • Method Details

    • notifyStart

      void notifyStart​(java.lang.Object p)
      user clicked Start
    • notifyStop

      void notifyStop​(java.lang.Object p)
      user clicked Stop