com.funambol.client.controller
Class ControllerDataFactory

java.lang.Object
  extended by com.funambol.client.controller.ControllerDataFactory

public abstract class ControllerDataFactory
extends java.lang.Object


Field Summary
protected  Controller controller
           
 
Constructor Summary
ControllerDataFactory()
           
 
Method Summary
abstract  AboutScreen getAboutScreen()
           
abstract  AccountScreen getAccountScreen()
           
abstract  ConfigurationScreen getConfigurationScreen()
           
abstract  DisplayManager getDisplayManager()
           
abstract  HomeScreen getHomeScreen()
           
 void setController(Controller controller)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

controller

protected Controller controller
Constructor Detail

ControllerDataFactory

public ControllerDataFactory()
Method Detail

setController

public void setController(Controller controller)

getHomeScreen

public abstract HomeScreen getHomeScreen()

getAboutScreen

public abstract AboutScreen getAboutScreen()

getConfigurationScreen

public abstract ConfigurationScreen getConfigurationScreen()

getAccountScreen

public abstract AccountScreen getAccountScreen()

getDisplayManager

public abstract DisplayManager getDisplayManager()


Copyright © 2001-2009 Funambol.