Class CommunicatorImpl

java.lang.Object
com.github.fungal.impl.remote.CommunicatorImpl
All Implemented Interfaces:
Communicator

public class CommunicatorImpl extends Object implements Communicator
The Communicator bean implementation
Author:
Jesper Pedersen
  • Constructor Details

    • CommunicatorImpl

      public CommunicatorImpl(CommunicationServer cs)
      Constructor
      Parameters:
      cs - The communication server
  • Method Details

    • registerCommand

      public void registerCommand(Command command)
      Register command
      Specified by:
      registerCommand in interface Communicator
      Parameters:
      command - The command
    • unregisterCommand

      public void unregisterCommand(Command command)
      Unregister command
      Specified by:
      unregisterCommand in interface Communicator
      Parameters:
      command - The command