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

Notifica a los oyentes que `EVENT` ocurrió en `OBJ`.

Se pueden proporcionar datos opcionales del evento y pasarlos a los oyentes
registrados.

Véase también: `addlistener`, `events`.

### Referencias

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