com.threerings.presents.client
Interface InvocationService.ConfirmListener

All Superinterfaces:
InvocationService.InvocationListener
All Known Implementing Classes:
InvocationMarshaller.ConfirmMarshaller
Enclosing interface:
InvocationService

public static interface InvocationService.ConfirmListener
extends InvocationService.InvocationListener

Extends the InvocationService.InvocationListener with a basic success callback.


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

Method Detail

requestProcessed

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