Interface CalculatorRegistryListener
public interface CalculatorRegistryListener
Clients can register with the calculator registry to be notified upon
changes.
-
Method Summary
Modifier and TypeMethodDescriptionvoidnotifyCalculatorRegistration(Calculator calculator) Called by the calculator registry, once a newCalculatorhas been registered.
-
Method Details
-
notifyCalculatorRegistration
Called by the calculator registry, once a newCalculatorhas been registered.- Parameters:
calculator- The newly registered calculator.
-