org.sourceprojects.xmlparser
Interface ProgressListener


Deprecated. Use ProgressListener instead

@Deprecated
public interface ProgressListener

Since:
0.0.7
Author:
noctarius

Method Summary
 void notify(int percent)
          Deprecated. Notifies a listener about percent values of parsing progress changed
 void notifyReset()
          Deprecated. Notifies a listener about internal reset of the InputStreams file position.
 

Method Detail

notify

void notify(int percent)
Deprecated. 
Notifies a listener about percent values of parsing progress changed

Parameters:
percent - Value of actual parsing progress in percent

notifyReset

void notifyReset()
Deprecated. 
Notifies a listener about internal reset of the InputStreams file position.
This does not needs to be position 0 since another position could be marked for reset, the best way for visual applications to react to that event is to show a continuous progressbar until next notify(int) event arrives.



Copyright © 2010. All Rights Reserved.