X.RenderEvent
This class has no public members./** * The render event to update renderer. * * @constructor * @extends X.event */var R = new X.RenderEvent();
/** * The className of this class. * * @type {string} * @protected */R._classname = $_CLASSNAME;
/** * The events of this class. * * @enum {string} */X.RenderEvent.events();
/** * Creates a unique event id. * * @param {string} id The id. * @return {string} A unique id. */var uniqueId = X.RenderEvent.uniqueId($ID);