Package com.prineside.tdi2.ui.components
Class SpawnMenu
java.lang.Object
com.prineside.tdi2.ui.components.SpawnMenu
- All Implemented Interfaces:
 Disposable,Listener<EnemySpawn>
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoiddispose()Releases all resources of this object.voidhandleEvent(EnemySpawn event) Called each time an event is being triggeredvoidupdate() 
- 
Field Details
- 
sideMenu
 - 
container
 
 - 
 - 
Constructor Details
- 
SpawnMenu
 
 - 
 - 
Method Details
- 
update
public void update() - 
dispose
public void dispose()Description copied from interface:com.badlogic.gdx.utils.DisposableReleases all resources of this object.- Specified by:
 disposein interfaceDisposable
 - 
handleEvent
Description copied from interface:ListenerCalled each time an event is being triggered- Specified by:
 handleEventin interfaceListener<EnemySpawn>- Parameters:
 event- event object passed by someone. Some events can be stopped or cancelled
 
 -