Class ResizeListener

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

public class ResizeListener extends Object implements EventListener
  • Constructor Details

    • ResizeListener

      public ResizeListener()
  • 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.
    • resized

      public void resized()