Package VASSAL.chat

Interface Player

All Known Implementing Classes:
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
    Unique identifier for this player
    Display name (nickname) for the player
    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