Interface CalculatorRegistryListener


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

    Modifier and Type
    Method
    Description
    void
    Called by the calculator registry, once a new Calculator has been registered.
  • Method Details

    • notifyCalculatorRegistration

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