Version 3.17.2
Show:

EventHandle Class

Return value from all subscribe operations

Constructor

EventHandle

(
  • evt
  • sub
)

Parameters:

Item Index

Methods

Properties

Methods

detach

() Number

Detaches this subscriber

Returns:

Number:

the number of detached listeners

monitor

(
  • what
)
EventHandle

Monitor the event state for the subscribed event. The first parameter is what should be monitored, the rest are the normal parameters when subscribing to an event.

Parameters:

  • what String

    what to monitor ('attach', 'detach', 'publish').

Returns:

EventHandle:

return value from the monitor event subscription.

Properties

evt

CustomEvent

The custom event

sub

Subscriber

The subscriber object