Uses of Interface
org.paneris.jammyjoes.mvp.Command

Packages that use Command
org.paneris.jammyjoes.mvp   
 

Uses of Command in org.paneris.jammyjoes.mvp
 

Classes in org.paneris.jammyjoes.mvp that implement Command
 class CollectingCommand
           
 class CollectOverTheTopCommand
           
 class CopyIntoContextCommand
           
 

Methods in org.paneris.jammyjoes.mvp that return Command
 Command OrdersByMonthPresenter.createCommand()
           
 Command AffiliateStatsPresenter.createCommand()
           
 Command CatalogueEntryPresenter.createCommand()
           
 Command Presenter.createCommand()
           
 

Methods in org.paneris.jammyjoes.mvp with parameters of type Command
 void AbstractPresenter.handleInteraction(Selection selection, Command command)
           
 void Presenter.handleInteraction(Selection selection, Command command)
           
 void VisitableCollectionAdaptor.visitEach(Command command)
           
 void Selection.visitEach(Command command)
           
 void ProductSelectionFromContext.visitEach(Command command)
           
 void HitsSelection.visitEach(Command command)
           
 void OrderSelection.visitEach(Command command)
           
 



Copyright © 2001-2008 PanEris. All Rights Reserved.