Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

dr.davmgr.protocol.cmd
Interface StatusListener  view StatusListener download StatusListener.java


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.