Class UIPageControlInteractionState


  • public final class UIPageControlInteractionState
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Continuous
      The interaction state for which the page was changed via a continuous interaction.
      static long Discrete
      The interaction state for which the page was changed via a single, discrete interaction.
      static long None
      The default interaction state, where no interaction has occured.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • None

        public static final long None
        The default interaction state, where no interaction has occured.
        See Also:
        Constant Field Values
      • Discrete

        public static final long Discrete
        The interaction state for which the page was changed via a single, discrete interaction.
        See Also:
        Constant Field Values
      • Continuous

        public static final long Continuous
        The interaction state for which the page was changed via a continuous interaction.
        See Also:
        Constant Field Values