Class ScoreCard

All Implemented Interfaces:
ScoreCardInterface, Serializable, Remote
Direct Known Subclasses:
EndGameCard

public class ScoreCard extends UnicastRemoteObject implements ScoreCardInterface
Objective ScoreCards implementation
See Also:
  • Field Details

    • value

      @Expose final int value
      Score Card's value
  • Constructor Details

    • ScoreCard

      public ScoreCard(int value) throws RemoteException
      ScoreCard constructor
      Parameters:
      value - sets the value to the given Integer
      Throws:
      RemoteException - related to RMI
  • Method Details