|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Listener that is notified of progress of a Framework operation.
Warning: Frameworks are generally not re-entrant, so do not call the Framework from a listener. These events are for information only, and are intended primarily for updating a gui during plugin initialization.
| Field Summary | |
static Method |
PLUGIN_PROGRESSED_METHOD
Method object to pass to EventBroadcaster.fireEvent() |
| Method Summary | |
void |
pluginProgressed(FrameworkProgressEvent ev)
The Framework has made some progress in an operation. |
| Field Detail |
public static final Method PLUGIN_PROGRESSED_METHOD
| Method Detail |
public void pluginProgressed(FrameworkProgressEvent ev)
ev - a subclass of FrameworkProgressEvent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||