- `LH = addlistener (OBJ, EVENT, FCN)`
- `LH = addlistener (OBJ, PROP, POSTSET, FCN)`

Registra la función oyente `FCN` para un evento o cambio de propiedad en `OBJ`.

El handle de oyente devuelto puede usarse para controlar la vida útil del
oyente.

Véase también: `notify`, `events`, `properties`.

### Referencias

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