Uses of Class
games.pinball.events.BeginGameEvent

Packages that use BeginGameEvent
games.pinball   
games.pinball.events   
 

Uses of BeginGameEvent in games.pinball
 

Methods in games.pinball with parameters of type BeginGameEvent
 void Pinball.BeginGame(BeginGameEvent e)
           
 

Uses of BeginGameEvent in games.pinball.events
 

Methods in games.pinball.events with parameters of type BeginGameEvent
 void GameFlowListener.BeginGame(BeginGameEvent e)
          Triggers when the user decides to start a game.