|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GetFileToolListener
| Method Summary | |
|---|---|
void |
failedData(GetFileToolEvent event,
java.util.Collection<PropagationExceptionWrapper> exceptions)
Notification that a data chunk could not be downloaded. |
void |
failedDirectory(GetFileToolEvent event,
java.util.Collection<PropagationExceptionWrapper> exceptions)
Notification that a directory download has failed. |
void |
failedFile(GetFileToolEvent event,
java.util.Collection<PropagationExceptionWrapper> exceptions)
Notification that a file download has failed. |
void |
failedMetaData(GetFileToolEvent event,
java.util.Collection<PropagationExceptionWrapper> exceptions)
Notification that a meta data chunk could not be downloaded. |
void |
finishedData(GetFileToolEvent event)
Notification that a data chunk has been downloaded. |
void |
finishedDirectory(GetFileToolEvent event)
Notification that a directory download has finished. |
void |
finishedFile(GetFileToolEvent event)
Notification that a file download has finished. |
void |
finishedMetaData(GetFileToolEvent event)
Notification that a meta data chunk has been downloaded. |
void |
message(java.lang.String msg)
Notification of any other event occurence. |
void |
skippedFile(GetFileToolEvent event)
Notification that a file downloaded has been skipped. |
void |
startedData(GetFileToolEvent event)
Notificatin that a data chunk is starting to be downloaded. |
void |
startedDirectory(GetFileToolEvent event)
Notification that a directory download has started. |
void |
startedFile(GetFileToolEvent event)
Notification that a file download has started. |
void |
startedMetaData(GetFileToolEvent event)
Notification that a meta data chunk is starting to be downloaded. |
void |
startingDirectory(GetFileToolEvent event)
Notification that a directory download is starting. |
void |
startingFile(GetFileToolEvent event)
Notification that a file is starting to be downloaded. |
void |
tryingData(GetFileToolEvent event)
Notification that a data chunk is trying to be downloaded from a server. |
void |
tryingMetaData(GetFileToolEvent event)
Notification that a meta data chunk is trying to be downloaded from a server. |
| Method Detail |
|---|
void message(java.lang.String msg)
Notification of any other event occurence.
msg - void startedMetaData(GetFileToolEvent event)
Notification that a meta data chunk is starting to be downloaded.
event - void tryingMetaData(GetFileToolEvent event)
Notification that a meta data chunk is trying to be downloaded from a server.
event -
void failedMetaData(GetFileToolEvent event,
java.util.Collection<PropagationExceptionWrapper> exceptions)
Notification that a meta data chunk could not be downloaded.
event - exceptions - void finishedMetaData(GetFileToolEvent event)
Notification that a meta data chunk has been downloaded.
event - void startedData(GetFileToolEvent event)
Notificatin that a data chunk is starting to be downloaded.
event - void tryingData(GetFileToolEvent event)
Notification that a data chunk is trying to be downloaded from a server.
event -
void failedData(GetFileToolEvent event,
java.util.Collection<PropagationExceptionWrapper> exceptions)
Notification that a data chunk could not be downloaded.
event - exceptions - void finishedData(GetFileToolEvent event)
Notification that a data chunk has been downloaded.
event - void startingFile(GetFileToolEvent event)
Notification that a file is starting to be downloaded.
event - void startedFile(GetFileToolEvent event)
Notification that a file download has started.
event - void skippedFile(GetFileToolEvent event)
Notification that a file downloaded has been skipped.
event - void finishedFile(GetFileToolEvent event)
Notification that a file download has finished.
event -
void failedFile(GetFileToolEvent event,
java.util.Collection<PropagationExceptionWrapper> exceptions)
Notification that a file download has failed.
event - exceptions - void startingDirectory(GetFileToolEvent event)
Notification that a directory download is starting.
event - void startedDirectory(GetFileToolEvent event)
Notification that a directory download has started.
event - void finishedDirectory(GetFileToolEvent event)
Notification that a directory download has finished.
event -
void failedDirectory(GetFileToolEvent event,
java.util.Collection<PropagationExceptionWrapper> exceptions)
Notification that a directory download has failed.
event - exceptions -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||