|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface ReadOnlyPartSignals
| Method Summary | |
|---|---|
void |
canceled(java.lang.String errMsg)
Emit this if loading is canceled by the user or by an error. |
void |
completed()
Emit this when you have completed loading data. |
void |
completed(boolean pendingAction)
Same as the above signal except it indicates whether there is a pending action to be executed on a delay timer. |
void |
started(Job arg1)
The part emits this when starting data. |
| Method Detail |
|---|
void started(Job arg1)
void completed()
void completed(boolean pendingAction)
pendingAction - true if a pending action exists, false otherwise.void canceled(java.lang.String errMsg)
errMsg - the error message, empty if the user canceled the loading voluntarily.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||