Listens for an emitted event from an object and executes a callback only once before removing the listener.
The object to listen to.
The name of the event to listen for.
The callback to execute once the event is emitted.
Listens for an emitted event from an object and executes a callback only once before removing the listener.