Do.Method.html revision 4fcbec6145d16637205990699912fb90f6a3807c
<html>
<head>
</head>
<body id="yahoo-com">
<div id="doc3" class="yui-t2">
<div id="hd">
<h3>event <span class="subtitle">3.00PR1</span></h3>
<p>
> Do.Method
</p>
</div>
<div id="bd">
<div id="yui-main">
<div class="yui-b">
<form name="yui-classopts-form">
<span id="classopts"><input type="checkbox" name="showprivate" id="showprivate" /> <label for="showprivate">Show Private</label></span>
<span id="classopts"><input type="checkbox" name="showprotected" id="showprotected" /> <label for="showprotected">Show Protected</label></span>
<span id="classopts"><input type="checkbox" name="showdeprecated" id="showdeprecated" /> <label for="showdeprecated">Show Deprecated</label></span>
</form>
<h2>
<span class="extends">
</span>
<span class="extends">
</span>
</code>
</h2>
<!-- class tree goes here -->
<div class="summary description">
Wrapper for a displaced method with aop enabled
</div>
<div class="section constructor details">
<h3 id="constructor">Constructor</h3>
<div class="content">
<div class="detail">
<code>
(
obj
,
sFn
)
</code>
<div class="description">
<dl>
<dt>Parameters:</dt>
<dd>
<code>obj
<object>
</code>
The object to operate on
</dd>
<dd>
<code>sFn
<object>
</code>
The name of the method to displace
</dd>
</dl>
</div>
</div>
</div>
</div>
<div class="section method details">
<h3 id="methods">Methods</h3>
<div class="content">
<div class="">
<h4>
<a name="method_exec">exec</a></h4>
<div class="detail">
<code>
void
<strong>exec</strong>
(
)
</code>
<div class="description">
Execute the wrapped method
</div>
<div class="description">
<dl>
<dt>Returns:
<code>
void
</code></dt>
<dd></dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="">
<h4>
<a name="method_register">register</a></h4>
<div class="detail">
<code>
void
<strong>register</strong>
(
sid
,
fn
,
when
)
</code>
<div class="description">
Register a aop subscriber
</div>
<div class="description">
<dl>
<dt>Parameters:</dt>
<dd>
<code>sid <string></code>
the subscriber id
</dd>
<dd>
<code>fn <Function></code>
the function to execute
</dd>
<dd>
<code>when <string></code>
when to execute the function
</dd>
</dl>
<dl>
<dt>Returns:
<code>
void
</code></dt>
<dd></dd>
</dl>
</div>
</div>
<hr />
</div>
</div>
</div>
</div>
</div>
<div class="yui-b">
<div class="nav">
<div class="module">
<h4>Modules</h4>
<ul class="content">
</ul>
</div>
<div class="module">
<h4>Classes</h4>
<ul class="content">
</ul>
</div>
<div class="module">
<h4>Files</h4>
<ul class="content">
</ul>
</div>
<div class="module">
<h4>Methods</h4>
<ul class="content">
<li class=""><!--<code>void</code>-->
<a href="#method_exec">exec</a>
</li>
<li class=""><!--<code>void</code>-->
<a href="#method_register">register</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div id="ft">
<hr />
Copyright © 2008 Yahoo! Inc. All rights reserved.
</div>
</div>
</body>
</html>