Index

A C D E F G H I L M N O P R S T V 
All Classes All Packages

R

registerCommand(String, Supplier<ICommand>) - Method in class org.puremvc.java.core.Controller
Register a particular ICommand class as the handler for a particular INotification.
registerCommand(String, Supplier<ICommand>) - Method in interface org.puremvc.java.interfaces.IController
Register a particular ICommand class as the handler for a particular INotification.
registerCommand(String, Supplier<ICommand>) - Method in interface org.puremvc.java.interfaces.IFacade
Register an ICommand with the Controller.
registerCommand(String, Supplier<ICommand>) - Method in class org.puremvc.java.patterns.facade.Facade
Register an ICommand with the Controller by Notification name.
registerMediator(IMediator) - Method in class org.puremvc.java.core.View
Register an IMediator instance with the View.
registerMediator(IMediator) - Method in interface org.puremvc.java.interfaces.IFacade
Register an IMediator instance with the View.
registerMediator(IMediator) - Method in interface org.puremvc.java.interfaces.IView
Register an IMediator instance with the View.
registerMediator(IMediator) - Method in class org.puremvc.java.patterns.facade.Facade
Register a IMediator with the View.
registerObserver(String, IObserver) - Method in class org.puremvc.java.core.View
Register an IObserver to be notified of INotifications with a given name.
registerObserver(String, IObserver) - Method in interface org.puremvc.java.interfaces.IView
Register an IObserver to be notified of INotifications with a given name.
registerProxy(IProxy) - Method in class org.puremvc.java.core.Model
Register an IProxy with the Model.
registerProxy(IProxy) - Method in interface org.puremvc.java.interfaces.IFacade
Register an IProxy with the Model by name.
registerProxy(IProxy) - Method in interface org.puremvc.java.interfaces.IModel
Register an IProxy instance with the Model.
registerProxy(IProxy) - Method in class org.puremvc.java.patterns.facade.Facade
Register an IProxy with the Model by name.
removeCommand(String) - Method in class org.puremvc.java.core.Controller
Remove a previously registered ICommand to INotification mapping.
removeCommand(String) - Method in interface org.puremvc.java.interfaces.IController
Remove a previously registered ICommand to INotification mapping.
removeCommand(String) - Method in interface org.puremvc.java.interfaces.IFacade
Remove a previously registered ICommand to INotification mapping from the Controller.
removeCommand(String) - Method in class org.puremvc.java.patterns.facade.Facade
Remove a previously registered ICommand to INotification mapping from the Controller.
removeMediator(String) - Method in class org.puremvc.java.core.View
Remove an IMediator from the View.
removeMediator(String) - Method in interface org.puremvc.java.interfaces.IFacade
Remove a IMediator instance from the View.
removeMediator(String) - Method in interface org.puremvc.java.interfaces.IView
Remove an IMediator from the View.
removeMediator(String) - Method in class org.puremvc.java.patterns.facade.Facade
Remove an IMediator from the View.
removeObserver(String, Object) - Method in class org.puremvc.java.core.View
Remove the observer for a given notifyContext from an observer list for a given Notification name.
removeObserver(String, Object) - Method in interface org.puremvc.java.interfaces.IView
Remove a group of observers from the observer list for a given Notification name.
removeProxy(String) - Method in class org.puremvc.java.core.Model
Remove an IProxy from the Model.
removeProxy(String) - Method in interface org.puremvc.java.interfaces.IFacade
Remove an IProxy instance from the Model by name.
removeProxy(String) - Method in interface org.puremvc.java.interfaces.IModel
Remove an IProxy instance from the Model.
removeProxy(String) - Method in class org.puremvc.java.patterns.facade.Facade
Remove an IProxy from the Model by name.
retrieveMediator(String) - Method in class org.puremvc.java.core.View
Retrieve an IMediator from the View.
retrieveMediator(String) - Method in interface org.puremvc.java.interfaces.IFacade
Retrieve an IMediator instance from the View.
retrieveMediator(String) - Method in interface org.puremvc.java.interfaces.IView
Retrieve an IMediator from the View.
retrieveMediator(String) - Method in class org.puremvc.java.patterns.facade.Facade
Retrieve an IMediator from the View.
retrieveProxy(String) - Method in class org.puremvc.java.core.Model
Retrieve an IProxy from the Model.
retrieveProxy(String) - Method in interface org.puremvc.java.interfaces.IFacade
Retrieve a IProxy from the Model by name.
retrieveProxy(String) - Method in interface org.puremvc.java.interfaces.IModel
Retrieve an IProxy instance from the Model.
retrieveProxy(String) - Method in class org.puremvc.java.patterns.facade.Facade
Retrieve an IProxy from the Model by name.
A C D E F G H I L M N O P R S T V 
All Classes All Packages