Class VisibilityListener

java.lang.Object
arc.scene.event.VisibilityListener
All Implemented Interfaces:
EventListener

public class VisibilityListener extends Object implements EventListener
  • Constructor Details

    • VisibilityListener

      public VisibilityListener()
  • Method Details

    • handle

      public boolean handle(SceneEvent event)
      Description copied from interface: EventListener
      Try to handle the given event, if it is applicable.
      Specified by:
      handle in interface EventListener
      Returns:
      true if the event should be considered handled by scene2d.
    • shown

      public boolean shown()
    • hidden

      public boolean hidden()