com.threerings.presents.data
Class TimeBaseMarshaller.GotTimeBaseMarshaller
java.lang.Object
com.threerings.presents.data.InvocationMarshaller.ListenerMarshaller
com.threerings.presents.data.TimeBaseMarshaller.GotTimeBaseMarshaller
- All Implemented Interfaces:
- Streamable, InvocationService.InvocationListener, TimeBaseService.GotTimeBaseListener
- Enclosing class:
- TimeBaseMarshaller
public static class TimeBaseMarshaller.GotTimeBaseMarshaller
- extends InvocationMarshaller.ListenerMarshaller
- implements TimeBaseService.GotTimeBaseListener
Marshalls results to implementations of TimeBaseService.GotTimeBaseListener.
GOT_TIME_OID
public static final int GOT_TIME_OID
- The method id used to dispatch
gotTimeOid(int)
responses.
- See Also:
- Constant Field Values
TimeBaseMarshaller.GotTimeBaseMarshaller
public TimeBaseMarshaller.GotTimeBaseMarshaller()
gotTimeOid
public void gotTimeOid(int arg1)
- Description copied from interface:
TimeBaseService.GotTimeBaseListener
- Communicates the result of a successful
TimeBaseService.getTimeOid(com.threerings.presents.client.Client, java.lang.String, com.threerings.presents.client.TimeBaseService.GotTimeBaseListener) request.
- Specified by:
gotTimeOid in interface TimeBaseService.GotTimeBaseListener
dispatchResponse
public void dispatchResponse(int methodId,
Object[] args)
- Description copied from class:
InvocationMarshaller.ListenerMarshaller
- Called to dispatch an invocation response to our target listener.
- Overrides:
dispatchResponse in class InvocationMarshaller.ListenerMarshaller