OnNotify allows an event to be "published" to interface implementations. In the "real world", error handling would likely be implemented.
(Event)
| 21 | // OnNotify allows an event to be "published" to interface implementations. |
| 22 | // In the "real world", error handling would likely be implemented. |
| 23 | OnNotify(Event) |
| 24 | } |
| 25 | |
| 26 | // Notifier is the instance being observed. Publisher is perhaps another decent |
no outgoing calls
no test coverage detected