monitor.notify.pkg
字号:
<?xml version="1.0" encoding="iso-8859-1" ?>
<!-- $Revision: 1.1 $ -->
<refentry id="{@id}">
<refnamediv>
<refname><function>HTML_Progress_Monitor::notify</function></refname>
<refpurpose>listens all progress events from the monitor</refpurpose>
</refnamediv>
<refsect1 id="{@id synopsis}">
<title>Synopsis</title>
<refsynopsisdiv>
<funcsynopsis>
<funcsynopsisinfo>
require_once 'HTML/Progress/monitor.php';
</funcsynopsisinfo>
<funcprototype>
<funcdef>void <function>HTML_Progress_Monitor::notify</function></funcdef>
<paramdef>mixed <parameter>$event</parameter></paramdef>
</funcprototype>
</funcsynopsis>
</refsynopsisdiv>
</refsect1>
<refsect1 id="{@id description}">
<title>Description</title>
<para>
This method call the user callback with {@tutorial monitor.callprogresshandler.pkg}
each time the progress bar value changes, and refresh display output.
</para>
</refsect1>
<refsect1 id="{@id parameter}">
<title>Parameter</title>
<para>
<variablelist>
<varlistentry>
<term>
<type>mixed</type>
<parameter>$event</parameter>
</term>
<listitem>
<para>
hash describing the progress event (event name and value)
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</refsect1>
<refsect1 id="{@id note}">
<title>Note</title>
<simpara>
( HTML_Progress >= 1.0 )
</simpara>
<para>
<important>
This function can not be called statically.
</important>
</para>
</refsect1>
<refsect1 id="{@id see}">
<title>See</title>
<para>
{@tutorial monitor.setprogresshandler.pkg},
{@tutorial monitor.callprogresshandler.pkg},
{@tutorial monitor.run.pkg}
</para>
</refsect1>
<refsect1 id="{@id example}">
<title>Example</title>
<para>
See example of {@tutorial monitor.run.pkg}.
</para>
</refsect1>
</refentry>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -