EventHandle Class
Defined in:
Module: event-custom
yui3/src/event-custom/js/handle.js:1
Return value from all subscribe operations
Constructor
EventHandle
(
-
evt
-
sub
Parameters:
-
evt
CustomEventthe custom event.
-
sub
Subscriberthe subscriber.
Methods
monitor
(
EventHandle
-
what
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
Stringwhat to monitor ('attach', 'detach', 'publish').
Returns:
EventHandle:
return value from the monitor event subscription.