Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IEventDisposable

Defines a contract for objects that can dispose of resources typically associated with an event. (Any object that implements this interface must provide an implementation of the close() method)

export
interface

IEventDisposable

Hierarchy

  • IEventDisposable

Index

Methods

Methods

close

  • close(): void

Generated using TypeDoc