|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
static final int ST_OPEN_PORT
static final int ST_INIT_MODEM
static final int ST_CONNECTING
static final int ST_SEND_PAGE
static final int ST_CLOSE
static final int ST_CONVERT_FIlES
static final int ST_REC_PAGE
static final int ST_REC_CALL
static final int ST_WAIT_CALL
Method Detail |
---|
void faxProgress(int status, int page)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |