bitimermanager.xml

来自「ajax 框价.是个好工具.javascript 矿家.可以用在任何平台.」· XML 代码 · 共 50 行

XML
50
字号
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiTimerManager" extends="BiObject">	<description>This is a singleton class that handles the disposal of all <link class="BiTimer">timers</link>.</description>	<arguments>	</arguments>	<staticMethods>	</staticMethods>	<staticFields>	</staticFields>	<methods>		<method name="add">			<description>Adds a timer to manage</description>			<arguments>				<argument name="oTimer">					<description>The <link class="BiTimer">BiTimer</link> to add</description>					<type>						<link class="BiTimer">BiTimer</link>					</type>				</argument>			</arguments>			<returns>				<type>void</type>			</returns>		</method>		<method name="remove">			<description>Removes a timer from the manager</description>			<arguments>				<argument name="oTimer">					<description>The <link class="BiTimer">BiTimer</link> to remove</description>					<type>						<link class="BiTimer">BiTimer</link>					</type>				</argument>			</arguments>			<returns>				<type>void</type>			</returns>		</method>	</methods>	<properties>	</properties>	<events>	</events>	<remarks>This class is used to dispose all timers when the application is 			shut down. There is no need to manually use this class in your          applications.</remarks></class>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?