|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CallBackCompletion
Interface for objects to implement a completion callback method.
Method Summary | |
---|---|
java.awt.Component |
getParentComponent()
Get the parent component. |
void |
jobCompleted(java.lang.Object retVal,
java.lang.String errorMsg)
Called when a job has been completed. |
Method Detail |
---|
java.awt.Component getParentComponent()
void jobCompleted(java.lang.Object retVal, java.lang.String errorMsg)
retVal
- return value objecterrorMsg
- error message or null if no error.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |