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

Quick Search    Search Deep

org.jempeg.empeg.protocol
Class BasicUpgradeListener  view BasicUpgradeListener download BasicUpgradeListener.java

java.lang.Object
  extended byorg.jempeg.empeg.protocol.BasicUpgradeListener
All Implemented Interfaces:
UpgradeListenerIfc

public class BasicUpgradeListener
extends java.lang.Object
implements UpgradeListenerIfc

A basic implemention of UpgradeListenerIfc that just prints status to the console.

Version:
$Revision: 1.4 $

Constructor Summary
BasicUpgradeListener()
           
 
Method Summary
 void showError(int _section, int _error)
           
 void showStatus(int _section, int _operation, int _current, int _maximum)
           
 void textLoaded(java.lang.String _info, java.lang.String _what, java.lang.String _release, java.lang.String _version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicUpgradeListener

public BasicUpgradeListener()
Method Detail

showStatus

public void showStatus(int _section,
                       int _operation,
                       int _current,
                       int _maximum)
Specified by:
showStatus in interface UpgradeListenerIfc

showError

public void showError(int _section,
                      int _error)
Specified by:
showError in interface UpgradeListenerIfc

textLoaded

public void textLoaded(java.lang.String _info,
                       java.lang.String _what,
                       java.lang.String _release,
                       java.lang.String _version)
Specified by:
textLoaded in interface UpgradeListenerIfc