Interface PreviousNext

  • All Known Implementing Classes:
    MultiImageFileSource

    public interface PreviousNext
    An Object that can switch its value.
    • Method Detail

      • next

        void next()
        Perform the next action on this object.
      • previous

        void previous()
        Perform the previous action on this object.