|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemoteCallCompleteEvent
Event received when remote call is complete.
Method Summary | |
---|---|
java.lang.Throwable |
getException()
|
java.lang.Object |
getResponse()
Get response object. |
boolean |
hadException()
Whether remote call resulted in exception. |
Methods inherited from interface org.eclipse.ecf.remoteservice.events.IRemoteCallEvent |
---|
getRequestId |
Method Detail |
---|
java.lang.Object getResponse()
null
.boolean hadException()
java.lang.Throwable getException()
null
if hadException()
returns
false. Will be non-null
if
hadException()
returns true.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |