diff -r 000000000000 -r 40c8f766c9b8 src/cm/media/js/lib/yui/yui3.0.0/api/Do.Method.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/cm/media/js/lib/yui/yui3.0.0/api/Do.Method.html Mon Nov 23 15:14:29 2009 +0100 @@ -0,0 +1,389 @@ + + + + + API: event-custom Do.Method (YUI Library) + + + + + + + + + + +
+
+

Yahoo! UI Library

+

event-custom  3.0.0

+ Yahoo! UI Library + > event-custom + > Do.Method + +
+
+ Search: +
+   +
+
+
+
+ +
+
+
+
+
+ Filters + + + +
+
+ +

+ + + + + Class Do.Method + + + +

+ + + + + +
+ Wrapper for a displaced method with aop enabled +
+ +
+

Constructor

+
+
+ Do.Method + + ( + + + + obj + + , + sFn + ) + +
+
+
Parameters:
+
+ obj + <object> + + The object to operate on +
+
+ sFn + <object> + + The name of the method to displace +
+
+ + +
+
+
+
+ +
+ +
+ +
+
+

Methods

+
+
+

+ delete

+
+ + + + + void + delete + ( + + + sid + + + , + fn + + + , + when + + + ) + + +
+ Unregister a aop subscriber +
+ +
+ +
+
Parameters:
+
+ sid + <string> + + the subscriber id +
+
+ fn + <Function> + + the function to execute +
+
+ when + <string> + + when to execute the function +
+
+ + + + + +
+ +
+
+
+
+

+ exec

+
+ + + + + void + exec + ( + ) + + +
+ Execute the wrapped method +
+ +
+ + + + + + +
+ +
+
+
+
+

+ register

+
+ + + + + void + register + ( + + + sid + + + , + fn + + + , + when + + + ) + + +
+ Register a aop subscriber +
+ +
+ +
+
Parameters:
+
+ sid + <string> + + the subscriber id +
+
+ fn + <Function> + + the function to execute +
+
+ when + <string> + + when to execute the function +
+
+ + + + + +
+ +
+
+
+
+
+ +
+ +
+ + +
+ +
+ +
+ +
+
+ +
+
+
+ Copyright © 2009 Yahoo! Inc. All rights reserved. +
+
+ + +