com.threerings.presents.client
Interface TimeBaseService

All Superinterfaces:
InvocationService
All Known Implementing Classes:
TimeBaseMarshaller

public interface TimeBaseService
extends InvocationService

Provides a means by which to obtain access to a time base object which can be used to convert delta times into absolute times.


Nested Class Summary
static interface TimeBaseService.GotTimeBaseListener
          Used to communicated the result of a getTimeOid(com.threerings.presents.client.Client, java.lang.String, com.threerings.presents.client.TimeBaseService.GotTimeBaseListener) request.
 
Nested classes/interfaces inherited from interface com.threerings.presents.client.InvocationService
InvocationService.ConfirmListener, InvocationService.InvocationListener, InvocationService.ResultListener
 
Method Summary
 void getTimeOid(Client client, String timeBase, TimeBaseService.GotTimeBaseListener listener)
          Requests the oid of the specified time base object be fetched.
 

Method Detail

getTimeOid

void getTimeOid(Client client,
                String timeBase,
                TimeBaseService.GotTimeBaseListener listener)
Requests the oid of the specified time base object be fetched.