Open main menu

CDOT Wiki β

Changes

XB PointStream

44 bytes added, 16:27, 23 November 2010
Parser Interface
<pre>
/*
@param {String} eventName- can be "onstart", "onparse" or "onfinish"
@param {Function} func - the function to call when the event occurs
*/
addEventListener(eventName, func)
/*
Begins to load the resource  @param {String} path - Path to resource
*/
load(path)
1
edit