scriptella.interactive
Class ConsoleProgressIndicator

java.lang.Object
  extended by scriptella.interactive.ProgressIndicatorBase
      extended by scriptella.interactive.ConsoleProgressIndicator
All Implemented Interfaces:
ProgressIndicator

public class ConsoleProgressIndicator
extends ProgressIndicatorBase

Progress indicator to send out

Version:
1.0
Author:
Fyodor Kupolov

Constructor Summary
ConsoleProgressIndicator()
           
ConsoleProgressIndicator(java.lang.String title)
           
 
Method Summary
protected  void onComplete(java.lang.String label)
           
protected  void show(java.lang.String label, double percentage)
           
 
Methods inherited from class scriptella.interactive.ProgressIndicatorBase
getOutputThreshold, showProgress
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsoleProgressIndicator

public ConsoleProgressIndicator(java.lang.String title)

ConsoleProgressIndicator

public ConsoleProgressIndicator()
Method Detail

show

protected void show(java.lang.String label,
                    double percentage)
Specified by:
show in class ProgressIndicatorBase

onComplete

protected void onComplete(java.lang.String label)
Overrides:
onComplete in class ProgressIndicatorBase


Copyright © Copyright 2006-2009 The Scriptella Project Team.