<h2>Classes</h2>
These are nice data types for dealing with...  Data!<p>
<ul>
<li><a name="class_scry_callback">
scry_callback</a><pre>
class scry_callback {
                      int flag;
                      object scryee;
                      mixed caller;
                      string func;
                      mixed * data;
}

</pre><br/>
The scry callback data class.<p>
<dl>
<dt><b>Members:</b>
<br />flag - The kinds of events it is registered with<br />
<br />scryee - The thing to watch out for<br />
<br />caller - The object (or file name of object) to call back on<br />
<br />func - The function to call<br />
<br />data - Any extra data the callback might want
<br />
</dl>

</ul>
[an error occurred while processing this directive]

