Package gaiasky.gui
Class CustomInterface
java.lang.Object
gaiasky.gui.CustomInterface
- All Implemented Interfaces:
IObserver
,IGuiInterface
-
Constructor Summary
ConstructorDescriptionCustomInterface
(com.badlogic.gdx.scenes.scene2d.Stage ui, com.badlogic.gdx.scenes.scene2d.ui.Skin skin, Object lock) -
Method Summary
-
Constructor Details
-
CustomInterface
public CustomInterface(com.badlogic.gdx.scenes.scene2d.Stage ui, com.badlogic.gdx.scenes.scene2d.ui.Skin skin, Object lock)
-
-
Method Details
-
reAddObjects
public void reAddObjects() -
notify
Description copied from interface:IObserver
Event notification call. -
dispose
public void dispose()- Specified by:
dispose
in interfaceIGuiInterface
-
update
public void update()- Specified by:
update
in interfaceIGuiInterface
-
isOn
public boolean isOn()- Specified by:
isOn
in interfaceIGuiInterface
-