- `notify (OBJ, EVENT)`
- `notify (OBJ, EVENT, DATA)`

Notifica os ouvintes de que `EVENT` ocorreu em `OBJ`.

Dados opcionais do evento podem ser fornecidos e passados aos ouvintes
registrados.

Veja também: `addlistener`, `events`.

### Referências

- https://www.mathworks.com/help/matlab/ref/notify.html
- https://octave.sourceforge.io/octave/function/notify.html
