|
|||||||||
| 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
Interface UpgradeListenerIfc

- 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)
|
|||||||||
| Home >> All >> org >> jempeg >> empeg >> [ protocol overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC