com.threerings.presents.client
Interface TimeBaseService

All Superinterfaces:
InvocationService<ClientObject>
All Known Implementing Classes:
TimeBaseMarshaller

public interface TimeBaseService
extends InvocationService<ClientObject>

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(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(String timeBase, TimeBaseService.GotTimeBaseListener listener)
          Requests the oid of the specified time base object be fetched.
 

Method Detail

getTimeOid

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