|
|||||||||
| Home >> All >> org >> jempeg >> empeg >> [ protocol overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jempeg.empeg.protocol
Class BasicUpgradeListener

java.lang.Objectorg.jempeg.empeg.protocol.BasicUpgradeListener
- All Implemented Interfaces:
- UpgradeListenerIfc
- public class BasicUpgradeListener
- extends java.lang.Object
- implements UpgradeListenerIfc
- extends java.lang.Object
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:
showStatusin interfaceUpgradeListenerIfc
showError
public void showError(int _section,
int _error)
- Specified by:
showErrorin interfaceUpgradeListenerIfc
textLoaded
public void textLoaded(java.lang.String _info, java.lang.String _what, java.lang.String _release, java.lang.String _version)
- Specified by:
textLoadedin interfaceUpgradeListenerIfc
|
|||||||||
| Home >> All >> org >> jempeg >> empeg >> [ protocol overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.jempeg.empeg.protocol.BasicUpgradeListener