games.pong.events
Class TwoPlayerEvent

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

public class TwoPlayerEvent
extends StartEvent

An event which is fired when the user tries to start a two-player game.

Author:
Ben Getson
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
TwoPlayerEvent(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

TwoPlayerEvent

public TwoPlayerEvent(java.lang.Object arg0)