Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FrameworkModuleStateListener

Interface definition for a callback to be invoked when a framework module's state is changed.

api-version

1

user

Hierarchy

  • FrameworkModuleStateListener

Index

Methods

  • onReloaded(packageName: string, uniqueId: number): void
  • Called when a framework module has been reloaded.

    api-version

    1

    user

    Parameters

    • packageName: string

      The unloaded framework module's package name.

    • uniqueId: number

      The unloaded framework module's unique id.

    Returns void

  • onUnloaded(packageName: string, uniqueId: number): void
  • Called when a framework module has been unloaded.

    api-version

    1

    user

    Parameters

    • packageName: string

      The unloaded framework module's package name.

    • uniqueId: number

      The unloaded framework module's unique id.

    Returns void

Generated using TypeDoc