Class ListenerAbstract

Represents a listener.

Hierarchy (View Summary)

Constructors

Properties

category: Category<string, Listener>

The category this module belongs to.

categoryID: string

The ID of the category this module belongs to.

The client thant instantiated this module.

emitter: string | EventEmitter<DefaultEventMap>

The event emitter.

event: string

The event name listened to.

filepath: string

The filepath of this module.

The handler for this module.

id: string

The ID of this module.

Type of listener.

Methods