Options
All
  • Public
  • Public/Protected
  • All
Menu

Class OwllyEventHub

Hierarchy

Index

Constructors

Properties

addEnable: boolean = false
canSelect: boolean
selects: DataNode[]

Methods

  • bindView(view: View): void
  • Parameters

    • view: View

    Returns void

  • dispose(): void
  • 注销

    Returns void

  • emit(event: string, ...args: any[]): void
  • 事件发送

    Parameters

    • event: string

      事件名

    • Rest ...args: any[]

      参数

    Returns void

  • off(event: string, callback: Function): void
  • 关闭事件

    Parameters

    • event: string

      事件名

    • callback: Function

      回调

    Returns void

  • on(event: string, callback: Function): void
  • 开启事件

    Parameters

    • event: string

      事件名

    • callback: Function

      回调

    Returns void

  • setSelection(render: Renderer): void
  • Parameters

    • render: Renderer

    Returns void

  • unbindView(): void
  • Returns void