com.pegacat.vcf.data
Interface Loader.Watcher

Enclosing class:
Loader

public static interface Loader.Watcher


Method Summary
 void completedStage(int stage)
           
 void setMessages(java.lang.String[] messages)
          This sets the text shown to the user as each stage is loaded.
 boolean userCancelled()
           
 

Method Detail

setMessages

public void setMessages(java.lang.String[] messages)
This sets the text shown to the user as each stage is loaded. Inter alia, it sets the number of stages (the length of the message array).

completedStage

public void completedStage(int stage)

userCancelled

public boolean userCancelled()