Adds an EngineEvent listener to this instance.
The EngineEvent type to listen to.
The object or callback function that should receive events.
Get all EngineEvent listeners for the specified type that has been added to this instance.
Removes an EngineEvent listener that was previously added to this instance.
The EngineEvent type to remove.
The object or callback function to remove.
Generated using TypeDoc
Base interface for all reading system classes that can dispatch EngineEvents, such as ReadingSystemEngine, ReaderView, etc.