com.java4less.rfax
Interface IFaxReceiver


public interface IFaxReceiver

notify reception of faxes to user application


Method Summary
 void faxReceived(java.lang.String callerId, boolean success, java.lang.String file, int pages)
          Fax received from callerId.
 

Method Detail

faxReceived

void faxReceived(java.lang.String callerId,
                 boolean success,
                 java.lang.String file,
                 int pages)
Fax received from callerId. "Success" indicates if the reception was successfull. "Pages" is the number of pages in the fax and "file" is the name of the TIFF file.