Class Stage.TouchFocus

  • All Implemented Interfaces:
    Pool.Poolable
    Enclosing class:
    Stage

    public static final class Stage.TouchFocus
    extends java.lang.Object
    implements Pool.Poolable
    Internal class for managing touch focus. Public only for GWT.
    • Constructor Summary

      Constructors 
      Constructor Description
      TouchFocus()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void reset()
      Resets the object for reuse.
      • Methods inherited from class java.lang.Object

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

      • TouchFocus

        public TouchFocus()
    • Method Detail

      • reset

        public void reset()
        Description copied from interface: Pool.Poolable
        Resets the object for reuse. Object references should be nulled and fields may be set to default values.
        Specified by:
        reset in interface Pool.Poolable