Package gaiasky.interafce.components
Class LocationLogComponent
java.lang.Object
gaiasky.interafce.components.GuiComponent
gaiasky.interafce.components.LocationLogComponent
- All Implemented Interfaces:
IObserver
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionLocationLogComponent(com.badlogic.gdx.scenes.scene2d.ui.Skin skin, com.badlogic.gdx.scenes.scene2d.Stage stage) -
Method Summary
Modifier and TypeMethodDescriptionvoiddispose()Disposes the component.voidInitialises the component.voidEvent notification call.Methods inherited from class gaiasky.interafce.components.GuiComponent
getActor, group
-
Constructor Details
-
LocationLogComponent
public LocationLogComponent(com.badlogic.gdx.scenes.scene2d.ui.Skin skin, com.badlogic.gdx.scenes.scene2d.Stage stage)
-
-
Method Details
-
initialize
public void initialize()Description copied from class:GuiComponentInitialises the component.- Specified by:
initializein classGuiComponent
-
notify
Description copied from interface:IObserverEvent notification call. -
dispose
public void dispose()Description copied from class:GuiComponentDisposes the component.- Specified by:
disposein classGuiComponent
-