Uses of Class
vooga.arcade.events.StartGameEvent

Packages that use StartGameEvent
vooga.arcade.listeners.arcadeListeners   
vooga.replay.eventListeners This package contains classes handling event listeners. 
 

Uses of StartGameEvent in vooga.arcade.listeners.arcadeListeners
 

Methods in vooga.arcade.listeners.arcadeListeners with parameters of type StartGameEvent
 void ArcadeEventListenerManager.fireStartGame(StartGameEvent event)
          Fires the event to signify the start of a game.
 void IArcadeEventListener.startGame(StartGameEvent event)
          Contains actions performed with the StartGameEvent is fired.
 void ArcadeEventAdapter.startGame(StartGameEvent event)
           
 

Uses of StartGameEvent in vooga.replay.eventListeners
 

Methods in vooga.replay.eventListeners with parameters of type StartGameEvent
 void ReplayStartGameListener.startGame(StartGameEvent event)
          Initializes the replay components on the game window.