Interface Resettable



  • public interface Resettable
    An interface for objects that can be reset to a starting state or condition.
    • Method Summary

      Modifier and Type Method and Description
      void reset()
      Resets this object to its original state.
    • Method Detail

      • reset

        void reset()
        Resets this object to its original state.