new MObject()
facade/js/Object.js, line 13
Constructor principal de la clase.
Methods
-
fire(eventType, argsParam)
facade/js/Object.js, line 94 -
Establece "callback" cuando se carga la instancia.
Name Type Description eventTypeIDEE.eventType Evento "IDEE.evt".
argsParamArray Matriz de argumentos.
-
on(eventType, listener, optThis)
facade/js/Object.js, line 40 -
Establece "callback" cuando se carga la instancia.
Name Type Description eventTypeIDEE.eventType Evento "IDEE.evt".
listenerfunction Función "callback".
optThisObject "Scope", valor de "this".
-
once(eventType, listener, optThis)
facade/js/Object.js, line 54 -
Establece "callback" cuando se carga la instancia.
Name Type Description eventTypeIDEE.eventType Evento "IDEE.evt".
listenerfunction Función "callback".
optThisObject "Scope", valor de "this".
-
un(eventType, listener, optThis)
facade/js/Object.js, line 68 -
Establece "callback" cuando se carga la instancia.
Name Type Description eventTypeIDEE.eventType Event "IDEE.evt".
listenerfunction Function "callback".
optThisObject "Scope", valor de "this".
-
unByKey(eventType, key)
facade/js/Object.js, line 81 -
Establece "callback" cuando se carga la instancia.
Name Type Description eventTypeIDEE.eventType Evento "IDEE.evt".
keyString "Key" del evento.