Interface SlideInputManager

  • All Implemented Interfaces:

    
    public interface SlideInputManager
    
                        

    ISlideInputManager is the base type for any class whose aim is to handle the the sliding of any physical/virtual device/control.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract void dec(double value) Decreases the total amount of slides.
      abstract void inc(double value) Increases the total amount of slides.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • dec

         abstract void dec(double value)

        Decreases the total amount of slides.

        Parameters:
        value - is the number of slides
      • inc

         abstract void inc(double value)

        Increases the total amount of slides.

        Parameters:
        value - is the number of slides