Package arc.scene.event
Class VisibilityListener
java.lang.Object
arc.scene.event.VisibilityListener
- All Implemented Interfaces:
EventListener
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
handle
(SceneEvent event) Try to handle the given event, if it is applicable.boolean
hidden()
boolean
shown()
-
Constructor Details
-
VisibilityListener
public VisibilityListener()
-
-
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.
-
shown
public boolean shown()
-