public interface StateAware
Modifier and Type | Method and Description |
---|---|
GameStateManagerService |
getGameStateManagerService()
This method is used to get the state manager associated with this
handler.
|
void |
setGameStateManagerService(GameStateManagerService gameStateManagerService)
Method used to set the game state manager service on a state aware
handler.
|
GameStateManagerService getGameStateManagerService()
void setGameStateManagerService(GameStateManagerService gameStateManagerService)
gameStateManagerService
- The state manager instance to set.Copyright © 2013. All Rights Reserved.