public interface IRemoteCallCompleteEvent extends IRemoteCallEvent
Modifier and Type | Method and Description |
---|---|
Throwable |
getException() |
Object |
getResponse()
Get response object.
|
boolean |
hadException()
Whether remote call resulted in exception.
|
getRequestId
Object getResponse()
null
.boolean hadException()
Throwable getException()
null
if hadException()
returns
false. Will be non-null
if
hadException()
returns true.Copyright © 2004–2020 Eclipse Foundation. All rights reserved.