Class Popup.Behavior.Adapter
java.lang.Object
net.dermetfan.gdx.scenes.scene2d.ui.Popup.Behavior.Adapter
- All Implemented Interfaces:
Popup.Behavior
- Direct Known Subclasses:
Popup.AddToStageBehavior,Popup.FadeBehavior,Popup.MenuBehavior,Popup.PositionBehavior,Popup.TooltipBehavior,Popup.VisibilityBehavior
- Enclosing interface:
- Popup.Behavior
public static class Popup.Behavior.Adapter extends java.lang.Object implements Popup.Behavior
Does nothing. Override this if you want to override only some methods.
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.dermetfan.gdx.scenes.scene2d.ui.Popup.Behavior
Popup.Behavior.Adapter -
Constructor Summary
Constructors Constructor Description Adapter() -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Adapter
public Adapter()
-
-
Method Details
-
show
- Specified by:
showin interfacePopup.Behavior- Parameters:
event- the Event to handlepopup- the Popup this Behavior is attached to- Returns:
true
-
hide
- Specified by:
hidein interfacePopup.Behavior- Parameters:
event- the Event to handlepopup- the Popup this Behavior is attached to- Returns:
false
-
handle
- Specified by:
handlein interfacePopup.Behavior- Parameters:
event- the Event to handlepopup- the Popup this Behavior is attached to- Returns:
null
-