com.java4less.rfax
Interface FaxStatusListener


public interface FaxStatusListener

reports progress of the fax transmision


Field Summary
static int ST_CLOSE
          RFax is closing connection and port
static int ST_CONNECTING
          RFax is connecting to remote fax
static int ST_CONVERT_FIlES
          RFax is creating fax files
static int ST_INIT_MODEM
          RFax is initilizing modem
static int ST_OPEN_PORT
          RFax is opening modem
static int ST_REC_CALL
          Incomming call detected
static int ST_REC_PAGE
          RFax is receiving page
static int ST_SEND_PAGE
          RFax is sending page
static int ST_WAIT_CALL
          waiting for call
 
Method Summary
 void faxProgress(int status, int page)
          reports status
 

Field Detail

ST_OPEN_PORT

static final int ST_OPEN_PORT
RFax is opening modem

See Also:
Constant Field Values

ST_INIT_MODEM

static final int ST_INIT_MODEM
RFax is initilizing modem

See Also:
Constant Field Values

ST_CONNECTING

static final int ST_CONNECTING
RFax is connecting to remote fax

See Also:
Constant Field Values

ST_SEND_PAGE

static final int ST_SEND_PAGE
RFax is sending page

See Also:
Constant Field Values

ST_CLOSE

static final int ST_CLOSE
RFax is closing connection and port

See Also:
Constant Field Values

ST_CONVERT_FIlES

static final int ST_CONVERT_FIlES
RFax is creating fax files

See Also:
Constant Field Values

ST_REC_PAGE

static final int ST_REC_PAGE
RFax is receiving page

See Also:
Constant Field Values

ST_REC_CALL

static final int ST_REC_CALL
Incomming call detected

See Also:
Constant Field Values

ST_WAIT_CALL

static final int ST_WAIT_CALL
waiting for call

See Also:
Constant Field Values
Method Detail

faxProgress

void faxProgress(int status,
                 int page)
reports status