notify abstract method

void notify(
  1. IContext? context,
  2. 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);