games.pong.events
Class ComputerPlayersEvent

java.lang.Object
  extended by java.util.EventObject
      extended by games.pong.events.StartEvent
          extended by games.pong.events.ComputerPlayersEvent
All Implemented Interfaces:
java.io.Serializable

public class ComputerPlayersEvent
extends StartEvent

An event which is fired when the user tries to start a computer-only game.

Author:
Ben Getson
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ComputerPlayersEvent(java.lang.Object arg0)
           
 
Method Summary
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ComputerPlayersEvent

public ComputerPlayersEvent(java.lang.Object arg0)