Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

oracle.adfnmc.sync
Interface SyncProgressListener

All Known Implementing Classes:
ELExpressionSyncProgressListener

public interface SyncProgressListener


Field Summary
static java.lang.String MSG_COMPLETE
           
static java.lang.String MSG_IDLE
           
static java.lang.String MSG_INITIALIZING
           
static java.lang.String MSG_PREPARE
           
static java.lang.String MSG_PROCESS
           
static java.lang.String MSG_RECEIVE
           
static java.lang.String MSG_SEND
           
static int STATUS_COMPLETE
           
static int STATUS_INIT
           
static int STATUS_PREPARE
           
static int STATUS_PROCESS
           
static int STATUS_RECEIVE
           
static int STATUS_SEND
           
 
Method Summary
 void progress(java.lang.String message, int value, int status)
           
 

Field Detail

MSG_IDLE

static final java.lang.String MSG_IDLE
See Also:
Constant Field Values

MSG_PREPARE

static final java.lang.String MSG_PREPARE
See Also:
Constant Field Values

MSG_PROCESS

static final java.lang.String MSG_PROCESS
See Also:
Constant Field Values

MSG_RECEIVE

static final java.lang.String MSG_RECEIVE
See Also:
Constant Field Values

MSG_SEND

static final java.lang.String MSG_SEND
See Also:
Constant Field Values

MSG_COMPLETE

static final java.lang.String MSG_COMPLETE
See Also:
Constant Field Values

MSG_INITIALIZING

static final java.lang.String MSG_INITIALIZING
See Also:
Constant Field Values

STATUS_INIT

static final int STATUS_INIT
See Also:
Constant Field Values

STATUS_PREPARE

static final int STATUS_PREPARE
See Also:
Constant Field Values

STATUS_SEND

static final int STATUS_SEND
See Also:
Constant Field Values

STATUS_RECEIVE

static final int STATUS_RECEIVE
See Also:
Constant Field Values

STATUS_PROCESS

static final int STATUS_PROCESS
See Also:
Constant Field Values

STATUS_COMPLETE

static final int STATUS_COMPLETE
See Also:
Constant Field Values
Method Detail

progress

void progress(java.lang.String message,
              int value,
              int status)

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

Copyright © 2011, Oracle and/or its affiliates. All rights reserved.