org.jbrain.qlink.chat
Class GameTerminationEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--org.jbrain.qlink.chat.GameTerminationEvent
All Implemented Interfaces:
RoomEvent, java.io.Serializable

public class GameTerminationEvent
extends java.util.EventObject
implements RoomEvent

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
GameTerminationEvent(java.lang.Object obj)
           
 
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

GameTerminationEvent

public GameTerminationEvent(java.lang.Object obj)