+
+<span id='Ext-direct-Event-method-constructor'> /**
+</span> * Creates new Event.
+ * @param {Object} config (optional) Config object.
+ */
+ constructor: function(config) {
+ Ext.apply(this, config);
+ },
+
+<span id='Ext-direct-Event-method-getData'> /**
+</span> * Return the raw data for this event.
+ * @return {Object} The data from the event
+ */