Options
All
  • Public
  • Public/Protected
  • All
Menu

事件监听的回调函数类型

param event

事件对象

param removeSelf

调用该函数可以将当前的事件监听函数移除

Hierarchy

  • IEventListenerObject

Index

Properties

listener

listenerOptions

listenerOptions: EventListenerOptions

Methods

removeSelf

  • removeSelf(): void
  • Returns void