Class ClientCallbackImpl

All Implemented Interfaces:
IClientCallback, Serializable, Remote

public class ClientCallbackImpl extends UnicastRemoteObject implements IClientCallback
RMI client callback implementation of IClientCallback. Receives notifications from the server and updates the client game model.
See Also:
  • Field Details

    • clientController

      private final ClientController clientController
      The client controller used to apply events and update the model
  • Constructor Details

  • Method Details