net.sf.briar.api.invitation
Interface InvitationCallback
public interface InvitationCallback
A progress callback for creating an invitation.
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)