org.paneris.jammyjoes.mvp
Class CatalogueEntryPresenter

java.lang.Object
  extended by org.paneris.jammyjoes.mvp.AbstractPresenter
      extended by org.paneris.jammyjoes.mvp.CatalogueEntryPresenter
All Implemented Interfaces:
Presenter

public class CatalogueEntryPresenter
extends AbstractPresenter
implements Presenter


Constructor Summary
CatalogueEntryPresenter(org.melati.poem.Selectable productTable, Context context)
           
 
Method Summary
 Command createCommand()
           
 Selection createSelection()
           
 
Methods inherited from class org.paneris.jammyjoes.mvp.AbstractPresenter
handleInteraction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.paneris.jammyjoes.mvp.Presenter
handleInteraction
 

Constructor Detail

CatalogueEntryPresenter

public CatalogueEntryPresenter(org.melati.poem.Selectable productTable,
                               Context context)
Method Detail

createSelection

public Selection createSelection()
Specified by:
createSelection in interface Presenter

createCommand

public Command createCommand()
Specified by:
createCommand in interface Presenter


Copyright © 2001-2008 PanEris. All Rights Reserved.