|
org.netbeans.modules.refactoring.api 1.26.0 1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProgressListener
Progress listener. Enables objects to listen to a progress of long operations.
| Method Summary | |
|---|---|
void |
start(ProgressEvent event)
Signals that an operation has started. |
void |
step(ProgressEvent event)
Signals that an operation has progressed. |
void |
stop(ProgressEvent event)
Signals that an operation has finished. |
| Method Detail |
|---|
void start(@NonNull
ProgressEvent event)
event - Event object describing this event.
void step(@NonNull
ProgressEvent event)
event - Event object describing this event.
void stop(@NonNull
ProgressEvent event)
event - Event object describing this event.
|
org.netbeans.modules.refactoring.api 1.26.0 1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||