com.threerings.presents.data
Class InvocationMarshaller.ConfirmMarshaller
java.lang.Object
com.threerings.presents.data.InvocationMarshaller.ListenerMarshaller
com.threerings.presents.data.InvocationMarshaller.ConfirmMarshaller
- All Implemented Interfaces:
- Streamable, InvocationService.ConfirmListener, InvocationService.InvocationListener
- Enclosing class:
- InvocationMarshaller<T extends ClientObject>
public static class InvocationMarshaller.ConfirmMarshaller
- extends InvocationMarshaller.ListenerMarshaller
- implements InvocationService.ConfirmListener
Defines a marshaller for the standard InvocationService.ConfirmListener.
|
Method Summary |
void |
dispatchResponse(int methodId,
Object[] args)
Called to dispatch an invocation response to our target listener. |
void |
requestProcessed()
Indicates that the request was successfully processed. |
REQUEST_PROCESSED
public static final int REQUEST_PROCESSED
- The method id used to dispatch
requestProcessed() responses.
- See Also:
- Constant Field Values
InvocationMarshaller.ConfirmMarshaller
public InvocationMarshaller.ConfirmMarshaller()
requestProcessed
public void requestProcessed()
- Description copied from interface:
InvocationService.ConfirmListener
- Indicates that the request was successfully processed.
- Specified by:
requestProcessed in interface InvocationService.ConfirmListener
dispatchResponse
public void dispatchResponse(int methodId,
Object[] args)
- Description copied from class:
InvocationMarshaller.ListenerMarshaller
- Called to dispatch an invocation response to our target listener.
- Overrides:
dispatchResponse in class InvocationMarshaller.ListenerMarshaller