|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StatusListener
A listener that is notified when the status of a plugin load process changes
| Field Summary | |
|---|---|
static int |
BAD
The process has finished and was not successful |
static int |
N
the number of possible status values |
static int |
OK
The process has finished and was successful |
static int |
STARTED
The process has started, but has not yet completed |
static int |
UNKNOWN
Status is not known |
| Method Summary | |
|---|---|
void |
status(Object source,
int status)
This is called when the status of a process changes |
void |
status(Object source,
int status,
String description)
This is called when the status of a process changes |
| Field Detail |
|---|
static final int UNKNOWN
static final int STARTED
static final int OK
static final int BAD
static final int N
| Method Detail |
|---|
void status(Object source,
int status)
source - the source of the status changestatus - The new status
void status(Object source,
int status,
String description)
source - the source of the status changestatus - The new statusdescription - a text message description of the new status, for example a reason for failure
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||