net.sf.briar.api.invitation
Interface InvitationCallback


public interface InvitationCallback

A progress callback for creating an invitation.


Method Summary
 void copyingFile(java.io.File f)
           
 void created(java.util.List<java.io.File> files)
           
 void encryptingFile(java.io.File f)
           
 void error(java.lang.String message)
           
 boolean isCancelled()
          Returns true if the process has been cancelled by the user.
 void notAllowed(java.io.File f)
           
 void notDirectory(java.io.File f)
           
 void notFound(java.io.File f)
           
 

Method Detail

isCancelled

boolean isCancelled()
Returns true if the process has been cancelled by the user.


copyingFile

void copyingFile(java.io.File f)

encryptingFile

void encryptingFile(java.io.File f)

created

void created(java.util.List<java.io.File> files)

error

void error(java.lang.String message)

notFound

void notFound(java.io.File f)

notDirectory

void notDirectory(java.io.File f)

notAllowed

void notAllowed(java.io.File f)