A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
registerCommand(notificationName, commandClassRef) — Method in class org.puremvc.as3.core.Controller
Register a particular ICommand class as the handler for a particular INotification.
registerCommand(notificationName, commandClassRef) — Method in interface org.puremvc.as3.interfaces.IController
Register a particular ICommand class as the handler for a particular INotification.
registerCommand(noteName, commandClassRef) — Method in interface org.puremvc.as3.interfaces.IFacade
Register an ICommand with the Controller.
registerCommand(notificationName, commandClassRef) — Method in class org.puremvc.as3.patterns.facade.Facade
Register an ICommand with the Controller by Notification name.
registerMediator(mediator:org.puremvc.as3.interfaces:IMediator) — Method in class org.puremvc.as3.core.View
Register an IMediator instance with the View.
registerMediator(mediator:org.puremvc.as3.interfaces:IMediator) — Method in interface org.puremvc.as3.interfaces.IFacade
Register an IMediator instance with the View.
registerMediator(mediator:org.puremvc.as3.interfaces:IMediator) — Method in interface org.puremvc.as3.interfaces.IView
Register an IMediator instance with the View.
registerMediator(mediator:org.puremvc.as3.interfaces:IMediator) — Method in class org.puremvc.as3.patterns.facade.Facade
Register a IMediator with the View.
registerObserver(notificationName, observer:org.puremvc.as3.interfaces:IObserver) — Method in class org.puremvc.as3.core.View
Register an IObserver to be notified of INotifications with a given name.
registerObserver(notificationName, observer:org.puremvc.as3.interfaces:IObserver) — Method in interface org.puremvc.as3.interfaces.IView
Register an IObserver to be notified of INotifications with a given name.
registerProxy(proxy:org.puremvc.as3.interfaces:IProxy) — Method in class org.puremvc.as3.core.Model
Register an IProxy with the Model.
registerProxy(proxy:org.puremvc.as3.interfaces:IProxy) — Method in interface org.puremvc.as3.interfaces.IFacade
Register an IProxy with the Model by name.
registerProxy(proxy:org.puremvc.as3.interfaces:IProxy) — Method in interface org.puremvc.as3.interfaces.IModel
Register an IProxy instance with the Model.
registerProxy(proxy:org.puremvc.as3.interfaces:IProxy) — Method in class org.puremvc.as3.patterns.facade.Facade
Register an IProxy with the Model by name.
removeCommand(notificationName) — Method in class org.puremvc.as3.core.Controller
Remove a previously registered ICommand to INotification mapping.
removeCommand(notificationName) — Method in interface org.puremvc.as3.interfaces.IController
Remove a previously registered ICommand to INotification mapping.
removeCommand(notificationName) — Method in interface org.puremvc.as3.interfaces.IFacade
Remove a previously registered ICommand to INotification mapping from the Controller.
removeCommand(notificationName) — Method in class org.puremvc.as3.patterns.facade.Facade
Remove a previously registered ICommand to INotification mapping from the Controller.
removeMediator(mediatorName) — Method in class org.puremvc.as3.core.View
Remove an IMediator from the View.
removeMediator(mediatorName) — Method in interface org.puremvc.as3.interfaces.IFacade
Remove a IMediator instance from the View.
removeMediator(mediatorName) — Method in interface org.puremvc.as3.interfaces.IView
Remove an IMediator from the View.
removeMediator(mediatorName) — Method in class org.puremvc.as3.patterns.facade.Facade
Remove an IMediator from the View.
removeObserver(notificationName, notifyContext) — Method in class org.puremvc.as3.core.View
Remove the observer for a given notifyContext from an observer list for a given Notification name.
removeObserver(notificationName, notifyContext) — Method in interface org.puremvc.as3.interfaces.IView
Remove a group of observers from the observer list for a given Notification name.
removeProxy(proxyName) — Method in class org.puremvc.as3.core.Model
Remove an IProxy from the Model.
removeProxy(proxyName) — Method in interface org.puremvc.as3.interfaces.IFacade
Remove an IProxy instance from the Model by name.
removeProxy(proxyName) — Method in interface org.puremvc.as3.interfaces.IModel
Remove an IProxy instance from the Model.
removeProxy(proxyName) — Method in class org.puremvc.as3.patterns.facade.Facade
Remove an IProxy from the Model by name.
retrieveMediator(mediatorName) — Method in class org.puremvc.as3.core.View
Retrieve an IMediator from the View.
retrieveMediator(mediatorName) — Method in interface org.puremvc.as3.interfaces.IFacade
Retrieve an IMediator instance from the View.
retrieveMediator(mediatorName) — Method in interface org.puremvc.as3.interfaces.IView
Retrieve an IMediator from the View.
retrieveMediator(mediatorName) — Method in class org.puremvc.as3.patterns.facade.Facade
Retrieve an IMediator from the View.
retrieveProxy(proxyName) — Method in class org.puremvc.as3.core.Model
Retrieve an IProxy from the Model.
retrieveProxy(proxyName) — Method in interface org.puremvc.as3.interfaces.IFacade
Retrieve a IProxy from the Model by name.
retrieveProxy(proxyName) — Method in interface org.puremvc.as3.interfaces.IModel
Retrieve an IProxy instance from the Model.
retrieveProxy(proxyName) — Method in class org.puremvc.as3.patterns.facade.Facade
Retrieve an IProxy from the Model by name.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z