Package VASSAL.chat

Interface Player

All Known Implementing Classes:
JabberPlayer, NodePlayer, P2PPlayer, SimplePlayer

public interface Player
Represents an occupant of a chat room, i.e. a VASSAL user connected to the server
Author:
rkinney
  • Method Summary

    Modifier and Type Method Description
    String getId()
    Unique identifier for this player
    String getName()
    Display name (nickname) for the player
    PlayerStatus getStatus()
    Return the current status of the player
  • Method Details

    • getId

      String getId()
      Unique identifier for this player
    • getName

      String getName()
      Display name (nickname) for the player
    • getStatus

      PlayerStatus getStatus()
      Return the current status of the player