org.paneris.jammyjoes.mvp
Interface Presenter

All Known Implementing Classes:
AbstractPresenter, AffiliateStatsPresenter, CatalogueEntryPresenter, OrdersByMonthPresenter

public interface Presenter


Method Summary
 Command createCommand()
           
 Selection createSelection()
           
 void handleInteraction(Selection selection, Command command)
           
 

Method Detail

createSelection

Selection createSelection()

createCommand

Command createCommand()

handleInteraction

void handleInteraction(Selection selection,
                       Command command)


Copyright © 2001-2008 PanEris. All Rights Reserved.