Class BallOwnershipMsg

java.lang.Object
  |
  +--HearMsg
        |
        +--BallOwnershipMsg

public class BallOwnershipMsg
extends HearMsg

Diese Klasse repräsentiert eine Ballbesitznachricht eines Mitspielers.
Da die einzig interessante Information dieser Nachricht, nämlich der sendende Spieler bereits als Attribut in HearMsg enthalten ist, benötigt diese Klasse keine eigenen Attribute.

Version:
1.0
Author:
Sebastian Hantsch

Constructor Summary
BallOwnershipMsg()
          Erzeugt eine neue BallOwnershipMsg.
 
Methods inherited from class HearMsg
getMsgNumber, getMsgTime, getMsgType, getPlayerNumber, processTokens
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BallOwnershipMsg

public BallOwnershipMsg()
Erzeugt eine neue BallOwnershipMsg.