|
0
|
1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
|
|
2 |
<html xmlns:yui="http://yuilibrary.com/rdf/1.0/yui.rdf#"> |
|
|
3 |
<head> |
|
|
4 |
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> |
|
|
5 |
<title>API: event-custom Subscriber (YUI Library)</title> |
|
|
6 |
|
|
|
7 |
<link rel="stylesheet" type="text/css" href="assets/reset-fonts-grids-min.css" /> |
|
|
8 |
<link rel="stylesheet" type="text/css" href="assets/api.css" /> |
|
|
9 |
|
|
|
10 |
<script type="text/javascript" src="assets/api-js"></script> |
|
|
11 |
<script type="text/javascript" src="assets/ac-js"></script> |
|
|
12 |
</head> |
|
|
13 |
|
|
|
14 |
<body id="yahoo-com"> |
|
|
15 |
|
|
|
16 |
<div id="doc3" class="yui-t2"> |
|
|
17 |
<div id="hd"> |
|
|
18 |
<h1><a href="http://developer.yahoo.com/yui/" title="Yahoo! UI Library">Yahoo! UI Library</a></h1> |
|
|
19 |
<h3>event-custom <span class="subtitle">3.0.0b1</span></h3> |
|
|
20 |
<a href="./index.html" title="Yahoo! UI Library">Yahoo! UI Library</a> |
|
|
21 |
> <a href="./module_event-custom.html" title="event-custom">event-custom</a> |
|
|
22 |
> Subscriber |
|
|
23 |
|
|
|
24 |
<form onsubmit="return false"> |
|
|
25 |
<div id="propertysearch"> |
|
|
26 |
Search: <input autocomplete="off" id="searchinput" /> |
|
|
27 |
<div id="searchresults"> |
|
|
28 |
|
|
|
29 |
</div> |
|
|
30 |
</div> |
|
|
31 |
</form> |
|
|
32 |
</div> |
|
|
33 |
|
|
|
34 |
<div id="bd"> |
|
|
35 |
<div id="yui-main"> |
|
|
36 |
<div class="yui-b"> |
|
|
37 |
<form action="#" name="yui-classopts-form" method="get" id="yui-classopts-form"> |
|
|
38 |
<fieldset> |
|
|
39 |
<legend>Filters</legend> |
|
|
40 |
<span class="classopts"><input type="checkbox" name="show_private" id="show_private" /> <label for="show_private">Show Private</label></span> |
|
|
41 |
<span class="classopts"><input type="checkbox" name="show_protected" id="show_protected" /> <label for="show_protected">Show Protected</label></span> |
|
|
42 |
<span class="classopts"><input type="checkbox" name="show_deprecated" id="show_deprecated" /> <label for="show_deprecated">Show Deprecated</label></span> |
|
|
43 |
</fieldset> |
|
|
44 |
</form> |
|
|
45 |
|
|
|
46 |
<h2> |
|
|
47 |
|
|
|
48 |
|
|
|
49 |
|
|
|
50 |
|
|
|
51 |
Class <b property="yui:name">Subscriber</b> |
|
|
52 |
<span class="extends"> |
|
|
53 |
</span> |
|
|
54 |
|
|
|
55 |
</h2> |
|
|
56 |
<!-- class tree goes here --> |
|
|
57 |
|
|
|
58 |
|
|
|
59 |
|
|
|
60 |
|
|
|
61 |
<div class="summary description" property="yui:description"> |
|
|
62 |
Stores the subscriber information to be used when the event fires. |
|
|
63 |
</div> |
|
|
64 |
|
|
|
65 |
<div class="section constructor details" rel="yui:constructor" resource="#constructor"> |
|
|
66 |
<h3 id="constructor">Constructor</h3> |
|
|
67 |
<div class="content"> |
|
|
68 |
<div class="detail"> |
|
|
69 |
<strong property="yui:name">Subscriber</strong> |
|
|
70 |
<code> |
|
|
71 |
( |
|
|
72 |
|
|
|
73 |
|
|
|
74 |
|
|
|
75 |
fn |
|
|
76 |
|
|
|
77 |
, |
|
|
78 |
context |
|
|
79 |
|
|
|
80 |
, |
|
|
81 |
args* |
|
|
82 |
) |
|
|
83 |
</code> |
|
|
84 |
<div class="description"> |
|
|
85 |
<dl rel="yui:parameters"> |
|
|
86 |
<dt>Parameters:</dt> |
|
|
87 |
<dd rel="yui:parameter"> |
|
|
88 |
<code><span property="yui:name">fn</span> |
|
|
89 |
<<span property="yui:type">Function</span>> |
|
|
90 |
</code> |
|
|
91 |
<span property="yui:description"> The wrapped function to execute</span> |
|
|
92 |
</dd> |
|
|
93 |
<dd rel="yui:parameter"> |
|
|
94 |
<code><span property="yui:name">context</span> |
|
|
95 |
<<span property="yui:type">Object</span>> |
|
|
96 |
</code> |
|
|
97 |
<span property="yui:description"> The value of the keyword 'this' in the listener</span> |
|
|
98 |
</dd> |
|
|
99 |
<dd rel="yui:parameter"> |
|
|
100 |
<code><span property="yui:name">args*</span> |
|
|
101 |
<<span property="yui:type">Array</span>> |
|
|
102 |
</code> |
|
|
103 |
<span property="yui:description"> 0..n additional arguments to supply the listener</span> |
|
|
104 |
</dd> |
|
|
105 |
</dl> |
|
|
106 |
|
|
|
107 |
|
|
|
108 |
</div> |
|
|
109 |
</div> |
|
|
110 |
</div> |
|
|
111 |
</div> |
|
|
112 |
|
|
|
113 |
<div rel="yui:properties" resource="#properties"> |
|
|
114 |
<div class="section field details"> |
|
|
115 |
<h3 id="properties">Properties</h3> |
|
|
116 |
<div class="content"> |
|
|
117 |
<div class="" rel="yui:property" resource="#property_args"> |
|
|
118 |
<h4><a name="property_args" property="yui:name">args</a> |
|
|
119 |
- <code><span property="yui:type">Array</span></code> |
|
|
120 |
</h4> |
|
|
121 |
<div class="detail"> |
|
|
122 |
<div class="description" property="yui:description"> |
|
|
123 |
Additional arguments to propagate to the subscriber |
|
|
124 |
</div> |
|
|
125 |
</div> |
|
|
126 |
|
|
|
127 |
|
|
|
128 |
|
|
|
129 |
|
|
|
130 |
<hr /> |
|
|
131 |
</div> |
|
|
132 |
<div class="" rel="yui:property" resource="#property_context"> |
|
|
133 |
<h4><a name="property_context" property="yui:name">context</a> |
|
|
134 |
- <code><span property="yui:type">Object</span></code> |
|
|
135 |
</h4> |
|
|
136 |
<div class="detail"> |
|
|
137 |
<div class="description" property="yui:description"> |
|
|
138 |
Optional 'this' keyword for the listener |
|
|
139 |
</div> |
|
|
140 |
</div> |
|
|
141 |
|
|
|
142 |
|
|
|
143 |
|
|
|
144 |
|
|
|
145 |
<hr /> |
|
|
146 |
</div> |
|
|
147 |
<div class="" rel="yui:property" resource="#property_events"> |
|
|
148 |
<h4><a name="property_events" property="yui:name">events</a> |
|
|
149 |
- <code><span property="yui:type">{EventTarget}</span></code> |
|
|
150 |
</h4> |
|
|
151 |
<div class="detail"> |
|
|
152 |
<div class="description" property="yui:description"> |
|
|
153 |
Custom events for a given fire transaction. |
|
|
154 |
</div> |
|
|
155 |
</div> |
|
|
156 |
|
|
|
157 |
|
|
|
158 |
|
|
|
159 |
|
|
|
160 |
<hr /> |
|
|
161 |
</div> |
|
|
162 |
<div class="" rel="yui:property" resource="#property_fn"> |
|
|
163 |
<h4><a name="property_fn" property="yui:name">fn</a> |
|
|
164 |
- <code><span property="yui:type">Function</span></code> |
|
|
165 |
</h4> |
|
|
166 |
<div class="detail"> |
|
|
167 |
<div class="description" property="yui:description"> |
|
|
168 |
The callback that will be execute when the event fires |
|
|
169 |
This is wrapped by Y.rbind if obj was supplied. |
|
|
170 |
</div> |
|
|
171 |
</div> |
|
|
172 |
|
|
|
173 |
|
|
|
174 |
|
|
|
175 |
|
|
|
176 |
<hr /> |
|
|
177 |
</div> |
|
|
178 |
<div class="" rel="yui:property" resource="#property_id"> |
|
|
179 |
<h4><a name="property_id" property="yui:name">id</a> |
|
|
180 |
- <code><span property="yui:type">String</span></code> |
|
|
181 |
</h4> |
|
|
182 |
<div class="detail"> |
|
|
183 |
<div class="description" property="yui:description"> |
|
|
184 |
Unique subscriber id |
|
|
185 |
</div> |
|
|
186 |
</div> |
|
|
187 |
|
|
|
188 |
|
|
|
189 |
|
|
|
190 |
|
|
|
191 |
<hr /> |
|
|
192 |
</div> |
|
|
193 |
</div> |
|
|
194 |
</div> |
|
|
195 |
|
|
|
196 |
</div> |
|
|
197 |
|
|
|
198 |
<div rel="yui:methods" resource="#methods"> |
|
|
199 |
<div class="section method details"> |
|
|
200 |
<h3 id="methods">Methods</h3> |
|
|
201 |
<div class="content"> |
|
|
202 |
<div class="" rel="yui:method" resource="#method_contains"> |
|
|
203 |
<h4> |
|
|
204 |
<a name="method_contains">contains</a></h4> |
|
|
205 |
<div class="detail" > |
|
|
206 |
<code> |
|
|
207 |
|
|
|
208 |
|
|
|
209 |
|
|
|
210 |
boolean |
|
|
211 |
<strong property="yui:name">contains</strong> |
|
|
212 |
( |
|
|
213 |
|
|
|
214 |
|
|
|
215 |
fn |
|
|
216 |
|
|
|
217 |
|
|
|
218 |
, |
|
|
219 |
context |
|
|
220 |
|
|
|
221 |
|
|
|
222 |
) |
|
|
223 |
</code> |
|
|
224 |
|
|
|
225 |
<div class="description" property="yui:description"> |
|
|
226 |
Returns true if the fn and obj match this objects properties. |
|
|
227 |
Used by the unsubscribe method to match the right subscriber. |
|
|
228 |
</div> |
|
|
229 |
|
|
|
230 |
<div class="description"> |
|
|
231 |
|
|
|
232 |
<dl rel="yui:parameters"> |
|
|
233 |
<dt>Parameters:</dt> |
|
|
234 |
<dd rel="yui:parameter"> |
|
|
235 |
<code><span property="yui:name">fn</span> |
|
|
236 |
<<span property="yui:type">Function</span>> |
|
|
237 |
</code> |
|
|
238 |
<span property="yui:description"> the function to execute</span> |
|
|
239 |
</dd> |
|
|
240 |
<dd rel="yui:parameter"> |
|
|
241 |
<code><span property="yui:name">context</span> |
|
|
242 |
<<span property="yui:type">Object</span>> |
|
|
243 |
</code> |
|
|
244 |
<span property="yui:description"> optional 'this' keyword for the listener</span> |
|
|
245 |
</dd> |
|
|
246 |
</dl> |
|
|
247 |
|
|
|
248 |
<dl> |
|
|
249 |
<dt>Returns: |
|
|
250 |
<code property="yui:return"> |
|
|
251 |
boolean |
|
|
252 |
</code></dt> |
|
|
253 |
<dd property="yui:returnInfo">true if the supplied arguments match this |
|
|
254 |
subscriber's signature.</dd> |
|
|
255 |
</dl> |
|
|
256 |
|
|
|
257 |
|
|
|
258 |
|
|
|
259 |
|
|
|
260 |
</div> |
|
|
261 |
|
|
|
262 |
</div> |
|
|
263 |
<hr /> |
|
|
264 |
</div> |
|
|
265 |
<div class="" rel="yui:method" resource="#method_notify"> |
|
|
266 |
<h4> |
|
|
267 |
<a name="method_notify">notify</a></h4> |
|
|
268 |
<div class="detail" > |
|
|
269 |
<code> |
|
|
270 |
|
|
|
271 |
|
|
|
272 |
|
|
|
273 |
void |
|
|
274 |
<strong property="yui:name">notify</strong> |
|
|
275 |
( |
|
|
276 |
|
|
|
277 |
|
|
|
278 |
args |
|
|
279 |
|
|
|
280 |
|
|
|
281 |
, |
|
|
282 |
ce |
|
|
283 |
|
|
|
284 |
|
|
|
285 |
) |
|
|
286 |
</code> |
|
|
287 |
|
|
|
288 |
<div class="description" property="yui:description"> |
|
|
289 |
Executes the subscriber. |
|
|
290 |
</div> |
|
|
291 |
|
|
|
292 |
<div class="description"> |
|
|
293 |
|
|
|
294 |
<dl rel="yui:parameters"> |
|
|
295 |
<dt>Parameters:</dt> |
|
|
296 |
<dd rel="yui:parameter"> |
|
|
297 |
<code><span property="yui:name">args</span> |
|
|
298 |
<<span property="yui:type">Array</span>> |
|
|
299 |
</code> |
|
|
300 |
<span property="yui:description"> Arguments array for the subscriber</span> |
|
|
301 |
</dd> |
|
|
302 |
<dd rel="yui:parameter"> |
|
|
303 |
<code><span property="yui:name">ce</span> |
|
|
304 |
<<span property="yui:type">CustomEvent</span>> |
|
|
305 |
</code> |
|
|
306 |
<span property="yui:description"> The custom event that sent the notification</span> |
|
|
307 |
</dd> |
|
|
308 |
</dl> |
|
|
309 |
|
|
|
310 |
<dl> |
|
|
311 |
<dt>Returns: |
|
|
312 |
<code property="yui:return"> |
|
|
313 |
void |
|
|
314 |
</code></dt> |
|
|
315 |
<dd property="yui:returnInfo"></dd> |
|
|
316 |
</dl> |
|
|
317 |
|
|
|
318 |
|
|
|
319 |
|
|
|
320 |
|
|
|
321 |
</div> |
|
|
322 |
|
|
|
323 |
</div> |
|
|
324 |
<hr /> |
|
|
325 |
</div> |
|
|
326 |
<div class="" rel="yui:method" resource="#method_toString"> |
|
|
327 |
<h4> |
|
|
328 |
<a name="method_toString">toString</a></h4> |
|
|
329 |
<div class="detail" > |
|
|
330 |
<code> |
|
|
331 |
|
|
|
332 |
|
|
|
333 |
|
|
|
334 |
void |
|
|
335 |
<strong property="yui:name">toString</strong> |
|
|
336 |
( |
|
|
337 |
) |
|
|
338 |
</code> |
|
|
339 |
|
|
|
340 |
<div class="description" property="yui:description"> |
|
|
341 |
|
|
|
342 |
</div> |
|
|
343 |
|
|
|
344 |
<div class="description"> |
|
|
345 |
|
|
|
346 |
|
|
|
347 |
<dl> |
|
|
348 |
<dt>Returns: |
|
|
349 |
<code property="yui:return"> |
|
|
350 |
void |
|
|
351 |
</code></dt> |
|
|
352 |
<dd property="yui:returnInfo"></dd> |
|
|
353 |
</dl> |
|
|
354 |
|
|
|
355 |
|
|
|
356 |
|
|
|
357 |
|
|
|
358 |
</div> |
|
|
359 |
|
|
|
360 |
</div> |
|
|
361 |
<hr /> |
|
|
362 |
</div> |
|
|
363 |
</div> |
|
|
364 |
</div> |
|
|
365 |
|
|
|
366 |
</div> |
|
|
367 |
|
|
|
368 |
<div rel="yui:events" resource="#events"> |
|
|
369 |
|
|
|
370 |
|
|
|
371 |
</div> |
|
|
372 |
|
|
|
373 |
<div rel="yui:attributes" resource="#configattributes"> |
|
|
374 |
|
|
|
375 |
</div> |
|
|
376 |
|
|
|
377 |
</div> |
|
|
378 |
</div> |
|
|
379 |
<div class="yui-b"> |
|
|
380 |
<div class="nav"> |
|
|
381 |
|
|
|
382 |
<div id="moduleList" class="module"> |
|
|
383 |
<h4>Modules</h4> |
|
|
384 |
<ul class="content"> |
|
|
385 |
<li class=""><a href="module_anim.html" title="anim">anim</a></li> |
|
|
386 |
<li class=""><a href="module_attribute.html" title="attribute">attribute</a></li> |
|
|
387 |
<li class=""><a href="module_base.html" title="base">base</a></li> |
|
|
388 |
<li class=""><a href="module_cache.html" title="cache">cache</a></li> |
|
|
389 |
<li class=""><a href="module_classnamemanager.html" title="classnamemanager">classnamemanager</a></li> |
|
|
390 |
<li class=""><a href="module_collection.html" title="collection">collection</a></li> |
|
|
391 |
<li class=""><a href="module_console.html" title="console">console</a></li> |
|
|
392 |
<li class=""><a href="module_console-filters.html" title="console-filters">console-filters</a></li> |
|
|
393 |
<li class=""><a href="module_cookie.html" title="cookie">cookie</a></li> |
|
|
394 |
<li class=""><a href="module_dataschema.html" title="dataschema">dataschema</a></li> |
|
|
395 |
<li class=""><a href="module_datasource.html" title="datasource">datasource</a></li> |
|
|
396 |
<li class=""><a href="module_datatype.html" title="datatype">datatype</a></li> |
|
|
397 |
<li class=""><a href="module_dd.html" title="dd">dd</a></li> |
|
|
398 |
<li class=""><a href="module_dom.html" title="dom">dom</a></li> |
|
|
399 |
<li class=""><a href="module_dump.html" title="dump">dump</a></li> |
|
|
400 |
<li class=""><a href="module_event.html" title="event">event</a></li> |
|
|
401 |
<li class="selected"><a href="module_event-custom.html" title="event-custom">event-custom</a></li> |
|
|
402 |
<li class=""><a href="module_event-simulate.html" title="event-simulate">event-simulate</a></li> |
|
|
403 |
<li class=""><a href="module_history.html" title="history">history</a></li> |
|
|
404 |
<li class=""><a href="module_imageloader.html" title="imageloader">imageloader</a></li> |
|
|
405 |
<li class=""><a href="module_io.html" title="io">io</a></li> |
|
|
406 |
<li class=""><a href="module_json.html" title="json">json</a></li> |
|
|
407 |
<li class=""><a href="module_node.html" title="node">node</a></li> |
|
|
408 |
<li class=""><a href="module_node-focusmanager.html" title="node-focusmanager">node-focusmanager</a></li> |
|
|
409 |
<li class=""><a href="module_node-menunav.html" title="node-menunav">node-menunav</a></li> |
|
|
410 |
<li class=""><a href="module_oop.html" title="oop">oop</a></li> |
|
|
411 |
<li class=""><a href="module_overlay.html" title="overlay">overlay</a></li> |
|
|
412 |
<li class=""><a href="module_plugin.html" title="plugin">plugin</a></li> |
|
|
413 |
<li class=""><a href="module_profiler.html" title="profiler">profiler</a></li> |
|
|
414 |
<li class=""><a href="module_queue.html" title="queue">queue</a></li> |
|
|
415 |
<li class=""><a href="module_slider.html" title="slider">slider</a></li> |
|
|
416 |
<li class=""><a href="module_stylesheet.html" title="stylesheet">stylesheet</a></li> |
|
|
417 |
<li class=""><a href="module_substitute.html" title="substitute">substitute</a></li> |
|
|
418 |
<li class=""><a href="module_test.html" title="test">test</a></li> |
|
|
419 |
<li class=""><a href="module_widget.html" title="widget">widget</a></li> |
|
|
420 |
<li class=""><a href="module_widget-position.html" title="widget-position">widget-position</a></li> |
|
|
421 |
<li class=""><a href="module_widget-position-ext.html" title="widget-position-ext">widget-position-ext</a></li> |
|
|
422 |
<li class=""><a href="module_widget-stack.html" title="widget-stack">widget-stack</a></li> |
|
|
423 |
<li class=""><a href="module_widget-stdmod.html" title="widget-stdmod">widget-stdmod</a></li> |
|
|
424 |
<li class=""><a href="module_yui.html" title="yui">yui</a></li> |
|
|
425 |
</ul> |
|
|
426 |
</div> |
|
|
427 |
|
|
|
428 |
<div id="classList" class="module"> |
|
|
429 |
<h4>Classes</h4> |
|
|
430 |
<ul class="content"> |
|
|
431 |
<li class=""><a href="CustomEvent.html" title="CustomEvent">CustomEvent</a></li> |
|
|
432 |
<li class=""><a href="Do.html" title="Do">Do</a></li> |
|
|
433 |
<li class=""><a href="Do.AlterArgs.html" title="Do.AlterArgs">Do.AlterArgs</a></li> |
|
|
434 |
<li class=""><a href="Do.AlterReturn.html" title="Do.AlterReturn">Do.AlterReturn</a></li> |
|
|
435 |
<li class=""><a href="Do.Error.html" title="Do.Error">Do.Error</a></li> |
|
|
436 |
<li class=""><a href="Do.Halt.html" title="Do.Halt">Do.Halt</a></li> |
|
|
437 |
<li class=""><a href="Do.Method.html" title="Do.Method">Do.Method</a></li> |
|
|
438 |
<li class=""><a href="Do.Prevent.html" title="Do.Prevent">Do.Prevent</a></li> |
|
|
439 |
<li class=""><a href="EventFacade.html" title="EventFacade">EventFacade</a></li> |
|
|
440 |
<li class=""><a href="EventHandle.html" title="EventHandle">EventHandle</a></li> |
|
|
441 |
<li class=""><a href="EventTarget.html" title="EventTarget">EventTarget</a></li> |
|
|
442 |
<li class="selected"><a href="Subscriber.html" title="Subscriber">Subscriber</a></li> |
|
|
443 |
</ul> |
|
|
444 |
</div> |
|
|
445 |
|
|
|
446 |
<div id="fileList" class="module"> |
|
|
447 |
<h4>Files</h4> |
|
|
448 |
<ul class="content"> |
|
|
449 |
<li class=""><a href="event-custom.js.html" title="event-custom.js">event-custom.js</a></li> |
|
|
450 |
<li class=""><a href="event-do.js.html" title="event-do.js">event-do.js</a></li> |
|
|
451 |
<li class=""><a href="event-facade.js.html" title="event-facade.js">event-facade.js</a></li> |
|
|
452 |
<li class=""><a href="event-target.js.html" title="event-target.js">event-target.js</a></li> |
|
|
453 |
<li class=""><a href="event.js.html" title="event.js">event.js</a></li> |
|
|
454 |
</ul> |
|
|
455 |
</div> |
|
|
456 |
|
|
|
457 |
<div id="propertyList" class="module"> |
|
|
458 |
<h4>Properties</h4> |
|
|
459 |
<ul class="content"> |
|
|
460 |
<li class=""><a href="#property_args" title="args">args</a></li> |
|
|
461 |
<li class=""><a href="#property_context" title="context">context</a></li> |
|
|
462 |
<li class=""><a href="#property_events" title="events">events</a></li> |
|
|
463 |
<li class=""><a href="#property_fn" title="fn">fn</a></li> |
|
|
464 |
<li class=""><a href="#property_id" title="id">id</a></li> |
|
|
465 |
</ul> |
|
|
466 |
</div> |
|
|
467 |
|
|
|
468 |
<div id="methodsList" class="module"> |
|
|
469 |
<h4>Methods</h4> |
|
|
470 |
<ul class="content"> |
|
|
471 |
<li class=""><a href="#method_contains" title="contains">contains</a></li> |
|
|
472 |
<li class=""><a href="#method_notify" title="notify">notify</a></li> |
|
|
473 |
<li class=""><a href="#method_toString" title="toString">toString</a></li> |
|
|
474 |
</ul> |
|
|
475 |
</div> |
|
|
476 |
|
|
|
477 |
|
|
|
478 |
|
|
|
479 |
</div> |
|
|
480 |
</div> |
|
|
481 |
</div> |
|
|
482 |
<div id="ft"> |
|
|
483 |
<hr /> |
|
|
484 |
Copyright © 2009 Yahoo! Inc. All rights reserved. |
|
|
485 |
</div> |
|
|
486 |
</div> |
|
|
487 |
<script type="text/javascript"> |
|
|
488 |
ALL_YUI_PROPS = [{"access": "", "host": "EventTarget", "name": "addTarget", "url": "EventTarget.html#method_addTarget", "type": "method"}, {"access": "", "host": "EventTarget", "name": "after", "url": "EventTarget.html#method_after", "type": "method"}, {"access": "", "host": "Do", "name": "after", "url": "Do.html#method_after", "type": "method"}, {"access": "", "host": "CustomEvent", "name": "after", "url": "CustomEvent.html#method_after", "type": "method"}, {"access": "", "host": "CustomEvent", "name": "afters", "url": "CustomEvent.html#property_afters", "type": "property"}, {"access": "", "host": "CustomEvent", "name": "applyConfig", "url": "CustomEvent.html#method_applyConfig", "type": "method"}, {"access": "", "host": "Subscriber", "name": "args", "url": "Subscriber.html#property_args", "type": "property"}, {"access": "", "host": "EventTarget", "name": "before", "url": "EventTarget.html#method_before", "type": "method"}, {"access": "", "host": "Do", "name": "before", "url": "Do.html#method_before", "type": "method"}, {"access": "", "host": "CustomEvent", "name": "broadcast", "url": "CustomEvent.html#property_broadcast", "type": "property"}, {"access": "", "host": "EventTarget", "name": "bubble", "url": "EventTarget.html#method_bubble", "type": "method"}, {"access": "", "host": "CustomEvent", "name": "bubbles", "url": "CustomEvent.html#property_bubbles", "type": "property"}, {"access": "", "host": "Subscriber", "name": "contains", "url": "Subscriber.html#method_contains", "type": "method"}, {"access": "", "host": "CustomEvent", "name": "context", "url": "CustomEvent.html#property_context", "type": "property"}, {"access": "", "host": "Subscriber", "name": "context", "url": "Subscriber.html#property_context", "type": "property"}, {"access": "", "host": "EventFacade", "name": "currentTarget", "url": "EventFacade.html#property_currentTarget", "type": "property"}, {"access": "", "host": "CustomEvent", "name": "defaultFn", "url": "CustomEvent.html#property_defaultFn", "type": "property"}, {"access": "", "host": "Do.Method", "name": "delete", "url": "Do.Method.html#method_delete", "type": "method"}, {"access": "private", "host": "CustomEvent", "name": "_delete", "url": "CustomEvent.html#method__delete", "type": "method"}, {"access": "", "host": "EventTarget", "name": "detach", "url": "EventTarget.html#method_detach", "type": "method"}, {"access": "", "host": "Do", "name": "detach", "url": "Do.html#method_detach", "type": "method"}, {"access": "", "host": "EventHandle", "name": "detach", "url": "EventHandle.html#method_detach", "type": "method"}, {"access": "", "host": "CustomEvent", "name": "detach", "url": "CustomEvent.html#method_detach", "type": "method"}, {"access": "", "host": "EventTarget", "name": "detachAll", "url": "EventTarget.html#method_detachAll", "type": "method"}, {"access": "", "host": "CustomEvent", "name": "detachAll", "url": "CustomEvent.html#method_detachAll", "type": "method"}, {"access": "", "host": "EventFacade", "name": "details", "url": "EventFacade.html#property_details", "type": "property"}, {"access": "", "host": "CustomEvent", "name": "emitFacade", "url": "CustomEvent.html#property_emitFacade", "type": "property"}, {"access": "", "host": "Subscriber", "name": "events", "url": "Subscriber.html#property_events", "type": "property"}, {"access": "", "host": "EventHandle", "name": "evt", "url": "EventHandle.html#property_evt", "type": "property"}, {"access": "", "host": "Do.Method", "name": "exec", "url": "Do.Method.html#method_exec", "type": "method"}, {"access": "", "host": "EventTarget", "name": "fire", "url": "EventTarget.html#method_fire", "type": "method"}, {"access": "", "host": "CustomEvent", "name": "fire", "url": "CustomEvent.html#method_fire", "type": "method"}, {"access": "", "host": "CustomEvent", "name": "fired", "url": "CustomEvent.html#property_fired", "type": "property"}, {"access": "", "host": "CustomEvent", "name": "fireOnce", "url": "CustomEvent.html#property_fireOnce", "type": "property"}, {"access": "", "host": "Subscriber", "name": "fn", "url": "Subscriber.html#property_fn", "type": "property"}, {"access": "", "host": "EventTarget", "name": "getEvent", "url": "EventTarget.html#method_getEvent", "type": "method"}, {"access": "private", "host": "EventTarget", "name": "_getType", "url": "EventTarget.html#method__getType", "type": "method"}, {"access": "", "host": "EventFacade", "name": "halt", "url": "EventFacade.html#method_halt", "type": "method"}, {"access": "", "host": "CustomEvent", "name": "halt", "url": "CustomEvent.html#method_halt", "type": "method"}, {"access": "", "host": "CustomEvent", "name": "host", "url": "CustomEvent.html#property_host", "type": "property"}, {"access": "", "host": "Subscriber", "name": "id", "url": "Subscriber.html#property_id", "type": "property"}, {"access": "private", "host": "Do", "name": "_inject", "url": "Do.html#method__inject", "type": "method"}, {"access": "", "host": "CustomEvent", "name": "log", "url": "CustomEvent.html#method_log", "type": "method"}, {"access": "private", "host": "CustomEvent", "name": "_notify", "url": "CustomEvent.html#method__notify", "type": "method"}, {"access": "", "host": "Subscriber", "name": "notify", "url": "Subscriber.html#method_notify", "type": "method"}, {"access": "", "host": "Do", "name": "objs", "url": "Do.html#property_objs", "type": "property"}, {"access": "", "host": "EventTarget", "name": "on", "url": "EventTarget.html#method_on", "type": "method"}, {"access": "", "host": "CustomEvent", "name": "on", "url": "CustomEvent.html#method_on", "type": "method"}, {"access": "private", "host": "EventTarget", "name": "_parseType", "url": "EventTarget.html#method__parseType", "type": "method"}, {"access": "", "host": "CustomEvent", "name": "preventable", "url": "CustomEvent.html#property_preventable", "type": "property"}, {"access": "", "host": "EventFacade", "name": "preventDefault", "url": "EventFacade.html#method_preventDefault", "type": "method"}, {"access": "", "host": "CustomEvent", "name": "preventDefault", "url": "CustomEvent.html#method_preventDefault", "type": "method"}, {"access": "", "host": "CustomEvent", "name": "prevented", "url": "CustomEvent.html#property_prevented", "type": "property"}, {"access": "", "host": "CustomEvent", "name": "preventedFn", "url": "CustomEvent.html#property_preventedFn", "type": "property"}, {"access": "", "host": "EventTarget", "name": "publish", "url": "EventTarget.html#method_publish", "type": "method"}, {"access": "", "host": "Do.Method", "name": "register", "url": "Do.Method.html#method_register", "type": "method"}, {"access": "", "host": "EventFacade", "name": "relatedTarget", "url": "EventFacade.html#property_relatedTarget", "type": "property"}, {"access": "", "host": "EventTarget", "name": "removeTarget", "url": "EventTarget.html#method_removeTarget", "type": "method"}, {"access": "", "host": "CustomEvent", "name": "signature", "url": "CustomEvent.html#property_signature", "type": "property"}, {"access": "", "host": "CustomEvent", "name": "silent", "url": "CustomEvent.html#property_silent", "type": "property"}, {"access": "", "host": "EventFacade", "name": "stopImmediatePropagation", "url": "EventFacade.html#method_stopImmediatePropagation", "type": "method"}, {"access": "", "host": "CustomEvent", "name": "stopImmediatePropagation", "url": "CustomEvent.html#method_stopImmediatePropagation", "type": "method"}, {"access": "", "host": "CustomEvent", "name": "stopped", "url": "CustomEvent.html#property_stopped", "type": "property"}, {"access": "", "host": "CustomEvent", "name": "stoppedFn", "url": "CustomEvent.html#property_stoppedFn", "type": "property"}, {"access": "", "host": "EventFacade", "name": "stopPropagation", "url": "EventFacade.html#method_stopPropagation", "type": "method"}, {"access": "", "host": "CustomEvent", "name": "stopPropagation", "url": "CustomEvent.html#method_stopPropagation", "type": "method"}, {"access": "", "host": "EventHandle", "name": "sub", "url": "EventHandle.html#property_sub", "type": "property"}, {"access": "", "host": "EventTarget", "name": "subscribe", "url": "EventTarget.html#method_subscribe", "type": "method"}, {"access": "", "host": "CustomEvent", "name": "subscribe", "url": "CustomEvent.html#method_subscribe", "type": "method"}, {"access": "", "host": "CustomEvent", "name": "subscribers", "url": "CustomEvent.html#property_subscribers", "type": "property"}, {"access": "", "host": "EventFacade", "name": "target", "url": "EventFacade.html#property_target", "type": "property"}, {"access": "", "host": "CustomEvent", "name": "toString", "url": "CustomEvent.html#method_toString", "type": "method"}, {"access": "", "host": "Subscriber", "name": "toString", "url": "Subscriber.html#method_toString", "type": "method"}, {"access": "", "host": "EventFacade", "name": "type", "url": "EventFacade.html#property_type", "type": "property"}, {"access": "", "host": "CustomEvent", "name": "type", "url": "CustomEvent.html#property_type", "type": "property"}, {"access": "", "host": "EventTarget", "name": "unsubscribe", "url": "EventTarget.html#method_unsubscribe", "type": "method"}, {"access": "", "host": "CustomEvent", "name": "unsubscribe", "url": "CustomEvent.html#method_unsubscribe", "type": "method"}, {"access": "", "host": "EventTarget", "name": "unsubscribeAll", "url": "EventTarget.html#method_unsubscribeAll", "type": "method"}, {"access": "", "host": "CustomEvent", "name": "unsubscribeAll", "url": "CustomEvent.html#method_unsubscribeAll", "type": "method"}]; |
|
|
489 |
</script> |
|
|
490 |
</body> |
|
|
491 |
</html> |