|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LoaderListener
The listener interface for receiving loader events.
Method Summary | |
---|---|
void |
notifyCurrentPath(java.lang.String path)
Notify current path. |
void |
notifyFileLoaded()
Notify file loaded. |
void |
notifyFilesInRepository(int files)
Notify files in repository. |
void |
notifyFinishRead(RepositoryLoader loader)
Notify finish read. |
void |
notifyFinishRefresh(RepositoryLoader loader)
Notify finish refresh. |
void |
notifyRemainingTime(long time)
Notify remaining time. |
Method Detail |
---|
void notifyCurrentPath(java.lang.String path)
path
- the pathvoid notifyFileLoaded()
void notifyFilesInRepository(int files)
files
- the filesvoid notifyFinishRead(RepositoryLoader loader)
loader
- the loadervoid notifyFinishRefresh(RepositoryLoader loader)
loader
- the loadervoid notifyRemainingTime(long time)
time
- the time
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |