vooga.devEnvironment
Class DevEnvironment

java.lang.Object
  extended by vooga.arcade.listeners.arcadeListeners.ArcadeEventAdapter
      extended by vooga.devEnvironment.DevEnvironment
All Implemented Interfaces:
IArcadeEventListener

public class DevEnvironment
extends ArcadeEventAdapter


Constructor Summary
DevEnvironment(IVoogaGUI gui)
           
 
Method Summary
 void startArcade(StartArcadeEvent event)
          Contains actions performed with the StartArcadeEvent is fired.
 
Methods inherited from class vooga.arcade.listeners.arcadeListeners.ArcadeEventAdapter
closeMultiplayerLobby, endArcade, endGame, endMultiplayerGame, receiveArcadeEvent, selectGame, startGame, startLogin, startMultiplayerGame, startMultiplayerLobby
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DevEnvironment

public DevEnvironment(IVoogaGUI gui)
Method Detail

startArcade

public void startArcade(StartArcadeEvent event)
Description copied from interface: IArcadeEventListener
Contains actions performed with the StartArcadeEvent is fired. Takes in the StartArcadeEvent with the information pertaining to this event.

Specified by:
startArcade in interface IArcadeEventListener
Overrides:
startArcade in class ArcadeEventAdapter