gecco.communication.messages
Class AbortGameMessage

java.lang.Object
  |
  +--gecco.communication.messages.AbortGameMessage

public class AbortGameMessage
extends Object

This message is put in the send queue in the client part of the communication, when the client calls abortGame()

Author:
Niklas HAllenfur

Constructor Summary
AbortGameMessage()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

AbortGameMessage

public AbortGameMessage()