com.threerings.presents.client
Interface TimeBaseService.GotTimeBaseListener

All Superinterfaces:
InvocationService.InvocationListener
All Known Implementing Classes:
TimeBaseMarshaller.GotTimeBaseMarshaller
Enclosing interface:
TimeBaseService

public static interface TimeBaseService.GotTimeBaseListener
extends InvocationService.InvocationListener

Used to communicated the result of a TimeBaseService.getTimeOid(java.lang.String, com.threerings.presents.client.TimeBaseService.GotTimeBaseListener) request.


Method Summary
 void gotTimeOid(int timeOid)
          Communicates the result of a successful TimeBaseService.getTimeOid(java.lang.String, com.threerings.presents.client.TimeBaseService.GotTimeBaseListener) request.
 
Methods inherited from interface com.threerings.presents.client.InvocationService.InvocationListener
requestFailed
 

Method Detail

gotTimeOid

void gotTimeOid(int timeOid)
Communicates the result of a successful TimeBaseService.getTimeOid(java.lang.String, com.threerings.presents.client.TimeBaseService.GotTimeBaseListener) request.