Uses of Class
vooga.arcade.events.StartMultiplayerLobbyEvent

Packages that use StartMultiplayerLobbyEvent
vooga.arcade.listeners.arcadeListeners   
 

Uses of StartMultiplayerLobbyEvent in vooga.arcade.listeners.arcadeListeners
 

Methods in vooga.arcade.listeners.arcadeListeners with parameters of type StartMultiplayerLobbyEvent
 void ArcadeEventListenerManager.fireStartMultiLobby(StartMultiplayerLobbyEvent event)
          Fires the event to indicate the multiplayer lobby is starting.
 void IArcadeEventListener.startMultiplayerLobby(StartMultiplayerLobbyEvent event)
          Contains actions performed when the StartMultiplayerLobby event is fired.
 void ArcadeEventAdapter.startMultiplayerLobby(StartMultiplayerLobbyEvent event)