|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.rad.remote.event.CallBackResultEvent
public class CallBackResultEvent
The CallBackEvent
will be sent to an ICallBackListener
if an asynchronous method call returns a result.
Constructor Summary | |
---|---|
CallBackResultEvent(java.lang.String pInstruction,
java.lang.Object pObject)
Creates a new instance of CallBackEvent . |
Method Summary | |
---|---|
java.lang.String |
getConnectionId()
Gets the connection identifier. |
java.lang.String |
getInstruction()
Gets the instruction identifier. |
java.lang.Object |
getObject()
Gets the server-sent object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CallBackResultEvent(java.lang.String pInstruction, java.lang.Object pObject)
CallBackEvent
.
pInstruction
- the instruction identifierpObject
- object sent from the serverMethod Detail |
---|
public java.lang.String getInstruction()
public java.lang.String getConnectionId()
public java.lang.Object getObject()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |