Go to documentation repository
The NotifyEvent methods are used to generate system events. They differ in the event distribution level and method signature:
Method | Sent to | Signature |
---|---|---|
NotifyEvent | Directly to the kernel on which the object is registered | Event is specified by the MsgObject object |
NotifyEventStr | Directly to the kernel on which the object is registered | Event is specified by a group of String arguments |
NotifyEventGlobal | All system kernels | Event is specified by the MsgObject object |
NotifyEventGlobalStr | All system kernels | Event is specified by a group of String arguments |