Package arc.scene.event
Class ResizeListener
java.lang.Object
arc.scene.event.ResizeListener
- All Implemented Interfaces:
EventListener
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
handle
(SceneEvent event) Try to handle the given event, if it is applicable.void
resized()
-
Constructor Details
-
ResizeListener
public ResizeListener()
-
-
Method Details
-
handle
Description copied from interface:EventListener
Try to handle the given event, if it is applicable.- Specified by:
handle
in interfaceEventListener
- Returns:
- true if the event should be considered
handled
by scene2d.
-
resized
public void resized()
-