Interface CalculatorRegistryListener


  • public interface CalculatorRegistryListener
    Clients can register with the calculator registry to be notified upon changes.
    • Method Detail

      • notifyCalculatorRegistration

        void notifyCalculatorRegistration​(Calculator calculator)
        Called by the calculator registry, once a new Calculator has been registered.
        Parameters:
        calculator - The newly registered calculator.