|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDuccCallback
Method Summary | |
---|---|
void |
console(int pnum,
String msg)
This method is called by relevant parts of the API with messages redirected from the remote process. |
void |
status(String msg)
This method is called by relevant parts of the API with messages related to the status of the submitted request. |
Method Detail |
---|
void console(int pnum, String msg)
pnum
- This is the callback number for the remote process e.g. 1 is assigned to the first
process to call backmsg
- This is the logged message.void status(String msg)
msg
- This is the logged message.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |