Interface Communicator

All Known Implementing Classes:
CommunicatorImpl

public interface Communicator
The Communicator bean allows to register commands at run-time.

Usage: Communicator communicator = kernel.getBean("Communicator", Communicator.class);

Author:
Jesper Pedersen
  • Method Details

    • registerCommand

      void registerCommand(Command command)
      Register command
      Parameters:
      command - The command
    • unregisterCommand

      void unregisterCommand(Command command)
      Unregister command
      Parameters:
      command - The command