Interface Active

    • Method Detail

      • activate

        void activate()
        Begin processing. This is the on switch.
      • deactivate

        void deactivate()
        Stop processing. This is the stop switch.
      • isActive

        boolean isActive()
        Test to see if the object is active
        Returns:
        true if actively processing false otherwise.