com.threerings.presents.client
Interface InvocationService.ResultListener

All Superinterfaces:
InvocationService.InvocationListener
All Known Implementing Classes:
FutureResult, InvocationAdapter, InvocationMarshaller.ResultMarshaller, Resulting, ResultListenerList
Enclosing interface:
InvocationService<T extends ClientObject>

public static interface InvocationService.ResultListener
extends InvocationService.InvocationListener

Extends the InvocationService.InvocationListener with a basic success callback that delivers a result object.


Method Summary
 void requestProcessed(Object result)
          Indicates that the request was successfully processed.
 
Methods inherited from interface com.threerings.presents.client.InvocationService.InvocationListener
requestFailed
 

Method Detail

requestProcessed

void requestProcessed(Object result)
Indicates that the request was successfully processed.