|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for client service start/stop event listener. This interface is used for asynchronous reporting of the completion of client service start and stop requests.
Method Summary | |
---|---|
void |
ClientServiceStartCompleted(TWGManagedObject mo,
int resultcode)
Notification method for completion of StartClientService() request |
void |
ClientServiceStopCompleted(TWGManagedObject mo,
int resultcode)
Notification method for completion of StopClientService() request |
Method Detail |
public void ClientServiceStartCompleted(TWGManagedObject mo, int resultcode)
mo
- - TWGManagedObject which request was related toresultcode
- - result code of the requestpublic void ClientServiceStopCompleted(TWGManagedObject mo, int resultcode)
mo
- - TWGManagedObject which request was related toresultcode
- - result code of the request
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |