Class FocusListener.FocusEvent

java.lang.Object
arc.scene.event.SceneEvent
arc.scene.event.FocusListener.FocusEvent
All Implemented Interfaces:
Pool.Poolable
Enclosing class:
FocusListener

public static class FocusListener.FocusEvent extends SceneEvent
Fired when an element gains or loses keyboard or scroll focus. Can be cancelled to prevent losing or gaining focus.
  • Field Details

  • Constructor Details

    • FocusEvent

      public FocusEvent()
  • Method Details

    • 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
      Overrides:
      reset in class SceneEvent