Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IServerEvents

Hierarchy

  • IServerEvents

Implemented by

Index

Methods

Methods

on

  • on(event: "connection", listener: function): void
  • on(event: "error", listener: function): void
  • Parameters

    • event: "connection"
    • listener: function

    Returns void

  • Parameters

    • event: "error"
    • listener: function
        • (error: Error): void
        • Parameters

          • error: Error

          Returns void

    Returns void

Generated using TypeDoc