com.funambol.client.ui
Interface Screen
- All Known Subinterfaces:
- AboutScreen, AccountScreen, AdvancedSettingsScreen, ConfigurationScreen, HomeScreen, SyncSettingsScreen
public interface Screen
The super-interface for all of the screen classes. All screen interfaces
should extend this interface in order not to use the most generic methods
and not to have code replication into the application implementation.
Method Summary |
java.lang.Object |
getScreen()
Get logic item that represents the screen into the application. |
getScreen
java.lang.Object getScreen()
- Get logic item that represents the screen into the application. It can be
for example a java me Screen or an Android Activity.
- Returns:
- Object the screen view active container item.
Copyright © 2001-2009 Funambol.