revbot.js
    Preparing search index...

    Class EventAbstract

    Represents the base class for all event handlers. All event handlers must extend this class and implement the handle method.

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Handles the event logic. This method must be implemented by subclasses to define the behavior for the specific event.

      Parameters

      • data: unknown

        The data associated with the event.

      Returns unknown

      A promise that resolves with the result of the event handling or void.