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_SEND_PAGE
          RFax is sending page
 
Method Summary
 void faxProgress(int status, int page)
          reports status
 

Field Detail

ST_OPEN_PORT

public static final int ST_OPEN_PORT
RFax is opening modem

ST_INIT_MODEM

public static final int ST_INIT_MODEM
RFax is initilizing modem

ST_CONNECTING

public static final int ST_CONNECTING
RFax is connecting to remote fax

ST_SEND_PAGE

public static final int ST_SEND_PAGE
RFax is sending page

ST_CLOSE

public static final int ST_CLOSE
RFax is closing connection and port

ST_CONVERT_FIlES

public static final int ST_CONVERT_FIlES
RFax is creating fax files
Method Detail

faxProgress

public void faxProgress(int status,
                        int page)
reports status