|
|||||||||
| Home >> All >> dr >> davmgr >> protocol >> [ cmd overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
dr.davmgr.protocol.cmd
Interface StatusListener

- public interface StatusListener
The listener interface for recieving status information. The class that is interested in recieving status information implements this interface.
| Method Summary | |
void |
allActionsDone()
Called if all actions done. |
void |
beginAction(dr.davmgr.protocol.Urls urls)
Called if an action starts. |
void |
endAction(dr.davmgr.protocol.Urls urls,
int status)
Called if an action ends. |
void |
setCount(int count)
Set a actual value for a progress bar. |
void |
setMaxCount(int maxcount)
Set a maximum value for a progess bar. |
| Method Detail |
beginAction
public void beginAction(dr.davmgr.protocol.Urls urls)
- Called if an action starts.
endAction
public void endAction(dr.davmgr.protocol.Urls urls, int status)
- Called if an action ends.
allActionsDone
public void allActionsDone()
- Called if all actions done.
setMaxCount
public void setMaxCount(int maxcount)
- Set a maximum value for a progess bar.
setCount
public void setCount(int count)
- Set a actual value for a progress bar.
|
|||||||||
| Home >> All >> dr >> davmgr >> protocol >> [ cmd overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC