|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.util.EventObject
com.sap.ip.me.api.sync.SyncEvent
Description of the Class
| Field Summary | |
static int |
SYNC_READY
Defines end of synchronization independent on success or not |
static int |
SYNC_STARTED
Defines start of synchronization |
static int |
SYNC_SUCCESSFUL
Defines successful end of synchronization |
static int |
USER_SYNC_FINISHED
This event will be called after synchronization of all users (including shared user) iff configuration MobileEngine.Sync.AllowUserSyncFinishedEvent
is set to true (by default it is true). |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
SyncEvent(java.lang.Object source,
int type)
Constructor for the SyncEvent object |
|
| Method Summary | |
int |
getType()
Returns the event type type. |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int SYNC_STARTED
public static final int SYNC_READY
public static final int SYNC_SUCCESSFUL
public static final int USER_SYNC_FINISHED
MobileEngine.Sync.AllowUserSyncFinishedEvent
is set to true (by default it is true).
| Constructor Detail |
public SyncEvent(java.lang.Object source,
int type)
source - Description of the Parametertype - Description of the Parameter| Method Detail |
public int getType()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||