Uses of Class
vooga.arcade.events.ArcadeEvent

Packages that use ArcadeEvent
testing.arcade.events   
testing.social.chat   
vooga.arcade   
vooga.arcade.events   
vooga.arcade.listeners.arcadeListeners   
vooga.social.chat   
 

Uses of ArcadeEvent in testing.arcade.events
 

Subclasses of ArcadeEvent in testing.arcade.events
 class TestArcadeEvent
          Event used for start arcade event.
 

Methods in testing.arcade.events with parameters of type ArcadeEvent
 void TestListener.receiveArcadeEvent(ArcadeEvent event)
           
 

Uses of ArcadeEvent in testing.social.chat
 

Methods in testing.social.chat with parameters of type ArcadeEvent
 void ChatTest.fireArcadeEvent(ArcadeEvent e)
           
 

Uses of ArcadeEvent in vooga.arcade
 

Methods in vooga.arcade with parameters of type ArcadeEvent
 void VoogaGUI.fireArcadeEvent(ArcadeEvent e)
           
 void IVoogaGUI.fireArcadeEvent(ArcadeEvent e)
          Allows others to fire an arcade event.
 

Uses of ArcadeEvent in vooga.arcade.events
 

Subclasses of ArcadeEvent in vooga.arcade.events
 class CloseMultiplayerLobbyEvent
          Event fired when a new game is started.
 class EndArcadeEvent
          Event that is fired when the arcade is closed.
 class EndGameEvent
          Event that is fired when the game ends.
 class EndMultiplayerGameEvent
          Event that is fired when the game ends.
 class SelectGameEvent
          Event fired when a game is selected from the game list and a game info tab is created.
 class StartArcadeEvent
          Event used for start arcade event.
 class StartGameEvent
          Event fired when a new game is started.
 class StartLoginEvent
          Event that is fired when the program begins running.
 class StartMultiplayerGameEvent
          Event fired when a new game is started.
 class StartMultiplayerLobbyEvent
          Event fired when a new game is started.
 

Uses of ArcadeEvent in vooga.arcade.listeners.arcadeListeners
 

Methods in vooga.arcade.listeners.arcadeListeners with parameters of type ArcadeEvent
 void ArcadeEventListenerManager.fireArcadeEvent(ArcadeEvent event)
           
 void IArcadeEventListener.receiveArcadeEvent(ArcadeEvent event)
          Contains actions performed for people waiting for a specific ArcadeEvent fired by another group.
 void ArcadeEventAdapter.receiveArcadeEvent(ArcadeEvent event)
           
 

Uses of ArcadeEvent in vooga.social.chat
 

Subclasses of ArcadeEvent in vooga.social.chat
 class ConsoleEvent
          Event that fires when a console command is entered into the chat window.