|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AppSyncSource | |
---|---|
com.funambol.client.configuration | |
com.funambol.client.controller | |
com.funambol.client.engine | |
com.funambol.client.source | |
com.funambol.client.ui |
Uses of AppSyncSource in com.funambol.client.configuration |
---|
Methods in com.funambol.client.configuration with parameters of type AppSyncSource | |
---|---|
void |
Configuration.notifySourceConfigChanged(AppSyncSource appSource)
|
Uses of AppSyncSource in com.funambol.client.controller |
---|
Fields in com.funambol.client.controller declared as AppSyncSource | |
---|---|
protected AppSyncSource |
SynchronizationController.currentSource
|
Methods in com.funambol.client.controller that return AppSyncSource | |
---|---|
AppSyncSource |
SynchronizationController.getCurrentSource()
Returns the sync source currently being synchronized. |
Methods in com.funambol.client.controller with parameters of type AppSyncSource | |
---|---|
void |
HomeScreenController.attachToRunningSync(AppSyncSource appSource)
|
protected void |
HomeScreenController.attachToSource(AppSyncSource appSource)
|
protected void |
HomeScreenController.changeSyncLabelsOnSync(AppSyncSource appSource)
|
java.lang.String |
SynchronizationController.getRemoteUri(AppSyncSource appSource)
|
void |
Controller.reapplySourceConfiguration(AppSyncSource appSource)
|
void |
DialogController.showFirstSyncDialog(Screen screen,
AppSyncSource[] appSourceList,
java.lang.String syncType,
java.util.Vector filteredSources,
boolean refresh,
int direction,
int delay,
boolean fromOutside,
int questionCounter,
int sourceIndex)
Show the first sync alert dialogs for all the sources that are listed into the given appSourceList array. |
void |
SynchronizationController.sourceEnded(AppSyncSource appSource)
|
void |
SynchronizationController.sourceFailed(AppSyncSource appSource,
SyncException e)
|
void |
AccountScreenController.sourceFailed(AppSyncSource appSource,
SyncException e)
|
void |
SynchronizationController.sourceStarted(AppSyncSource appSource)
|
void |
HomeScreenController.sourceStarted(AppSyncSource appSource)
|
void |
AccountScreenController.sourceStarted(AppSyncSource appSource)
|
protected void |
HomeScreenController.syncSource(java.lang.String syncType,
AppSyncSource appSource)
|
Constructors in com.funambol.client.controller with parameters of type AppSyncSource | |
---|---|
DialogController.FirstSyncDialogOption(Screen screen,
java.lang.String description,
int value,
AppSyncSource[] appSourceList,
java.lang.String syncType,
java.util.Vector filteredSources,
boolean refresh,
int direction,
int delay,
boolean fromOutside,
int questionCounter,
int sourceIndex)
Public copy-constructor |
|
UISyncSourceController(Customization customization,
Localization localization,
AppSyncSourceManager appSyncSourceManager,
Controller controller,
AppSyncSource appSource)
|
Uses of AppSyncSource in com.funambol.client.engine |
---|
Methods in com.funambol.client.engine that return AppSyncSource | |
---|---|
AppSyncSource |
SyncEngine.getCurrentSource()
Returns the source which is currently being synchronized. |
Methods in com.funambol.client.engine with parameters of type AppSyncSource | |
---|---|
protected SyncManager |
SyncEngine.createManager(AppSyncSource source,
SyncConfig config)
|
void |
SyncEngineListener.sourceEnded(AppSyncSource appSource)
This method notifies that a source has completed its synchronization |
void |
SyncEngineListener.sourceFailed(AppSyncSource appSource,
SyncException se)
This method is invoked when the synchronization of a source throws an exception. |
void |
SyncEngineListener.sourceStarted(AppSyncSource appSource)
This method notifies that a new source is about to begin its synchronization. |
Constructors in com.funambol.client.engine with parameters of type AppSyncSource | |
---|---|
AppSyncRequest(AppSyncSource appSource,
long interval)
|
Uses of AppSyncSource in com.funambol.client.source |
---|
Fields in com.funambol.client.source declared as AppSyncSource | |
---|---|
protected AppSyncSource |
AppSyncSourceConfig.appSource
|
Methods in com.funambol.client.source that return AppSyncSource | |
---|---|
AppSyncSource |
AppSyncSourceManager.getSource(int id)
|
Methods in com.funambol.client.source with parameters of type AppSyncSource | |
---|---|
void |
ExternalAppManager.launch(AppSyncSource source,
java.lang.Object[] args)
Launcher for the application associated to the given source. |
void |
AppSyncSourceManager.registerSource(AppSyncSource source)
|
Constructors in com.funambol.client.source with parameters of type AppSyncSource | |
---|---|
AppSyncSourceConfig(AppSyncSource appSource,
Customization customization,
Configuration configuration)
|
Uses of AppSyncSource in com.funambol.client.ui |
---|
Methods in com.funambol.client.ui that return AppSyncSource | |
---|---|
AppSyncSource |
UISyncSource.getSource()
Returns the AppSyncSource this item represents |
AppSyncSource |
SettingsUISyncSource.getSource()
Returns the AppSyncSource this item represents |
Methods in com.funambol.client.ui with parameters of type AppSyncSource | |
---|---|
void |
UISyncSource.setSource(AppSyncSource source)
Set the AppSyncSource this item represents |
void |
SettingsUISyncSource.setSource(AppSyncSource source)
Set the AppSyncSource this item represents |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |