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

Quick Search    Search Deep

org.jempeg.empeg.protocol
Interface UpgradeListenerIfc  view UpgradeListenerIfc download UpgradeListenerIfc.java

All Known Implementing Classes:
BasicUpgradeListener

public interface UpgradeListenerIfc

The interface that is implemented by anything that wants to receive upgrade status events.

Version:
$Revision: 1.4 $

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)
           
 

Method Detail

showStatus

public void showStatus(int _section,
                       int _operation,
                       int _current,
                       int _maximum)

showError

public void showError(int _section,
                      int _error)

textLoaded

public void textLoaded(java.lang.String _info,
                       java.lang.String _what,
                       java.lang.String _release,
                       java.lang.String _version)