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
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 -
Method Summary
-
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
-