object ('a)
  method addEvents : 'Js.t -> unit Js.meth
  method addListener :
    'Js.t ->
    'Js.callback Js.optdef ->
    'Js.t Js.optdef -> 'Js.t Js.optdef -> 'Js.t Js.meth
  method addManagedListener :
    'Js.t ->
    'Js.t ->
    'Js.callback Js.optdef ->
    'Js.t Js.optdef -> 'Js.t Js.optdef -> 'Js.t Js.meth
  method callParent : 'Js.t -> 'Js.t Js.meth
  method callSuper : 'Js.t -> 'Js.t Js.meth
  method clearListeners : unit Js.meth
  method clearManagedListeners : unit Js.meth
  method enableBubble : 'Js.t -> unit Js.meth
  method fireEvent : Js.js_string Js.t -> 'Js.t -> bool Js.t Js.meth
  method fireEventArgs :
    Js.js_string Js.t -> 'Js.t Js.js_array Js.t -> bool Js.t Js.meth
  method getInitialConfig : Js.js_string Js.t Js.optdef -> 'Js.t Js.meth
  method hasListener : Js.js_string Js.t -> bool Js.t Js.meth
  method hasListeners : 'Js.t Js.readonly_prop
  method initConfig : 'Js.t -> 'Js.t Js.meth
  method isObservable : bool Js.t Js.prop
  method mon :
    'Js.t ->
    'Js.t ->
    'Js.callback Js.optdef ->
    'a1 Js.t Js.optdef -> 'b1 Js.t Js.optdef -> 'c1 Js.t Js.meth
  method mun :
    'd1 Js.t ->
    'e1 Js.t ->
    'f1 Js.callback Js.optdef -> 'g1 Js.t Js.optdef -> unit Js.meth
  method on :
    'h1 Js.t ->
    'i1 Js.callback Js.optdef ->
    'j1 Js.t Js.optdef -> 'k1 Js.t Js.optdef -> 'l1 Js.t Js.meth
  method relayEvents :
    'm1 Js.t ->
    Js.js_string Js.t Js.js_array Js.t ->
    Js.js_string Js.t Js.optdef -> 'n1 Js.t Js.meth
  method removeListener :
    Js.js_string Js.t ->
    'o1 Js.callback -> 'p1 Js.t Js.optdef -> unit Js.meth
  method removeManagedListener :
    'q1 Js.t ->
    'r1 Js.t ->
    's1 Js.callback Js.optdef -> 't1 Js.t Js.optdef -> unit Js.meth
  method resumeEvent : Js.js_string Js.t -> unit Js.meth
  method resumeEvents : unit Js.meth
  method self : Ext_Class.t Js.t Js.prop
  method statics : Ext_Class.t Js.t Js.meth
  method suspendEvent : Js.js_string Js.t -> unit Js.meth
  method suspendEvents : bool Js.t -> unit Js.meth
  method un :
    Js.js_string Js.t ->
    'u1 Js.callback -> 'v1 Js.t Js.optdef -> unit Js.meth
end