notify abstract method
- IContext? context,
- Parameters args
Notifies the component about occured event.
context
(optional) a context to trace execution through call chain.args
notification arguments.
Implementation
void notify(IContext? context, Parameters args);