com.threerings.crowd.data
Class LocationMarshaller.MoveMarshaller
java.lang.Object
com.threerings.presents.data.InvocationMarshaller.ListenerMarshaller
com.threerings.crowd.data.LocationMarshaller.MoveMarshaller
- All Implemented Interfaces:
- LocationService.MoveListener, Streamable, InvocationService.InvocationListener
- Enclosing class:
- LocationMarshaller
public static class LocationMarshaller.MoveMarshaller
- extends InvocationMarshaller.ListenerMarshaller
- implements LocationService.MoveListener
Marshalls results to implementations of LocationService.MoveListener.
MOVE_SUCCEEDED
public static final int MOVE_SUCCEEDED
- The method id used to dispatch
moveSucceeded(com.threerings.crowd.data.PlaceConfig)
responses.
- See Also:
- Constant Field Values
LocationMarshaller.MoveMarshaller
public LocationMarshaller.MoveMarshaller()
moveSucceeded
public void moveSucceeded(PlaceConfig arg1)
- Description copied from interface:
LocationService.MoveListener
- Called in response to a successful
LocationService.moveTo(com.threerings.presents.client.Client, int, com.threerings.crowd.client.LocationService.MoveListener) request.
- Specified by:
moveSucceeded in interface LocationService.MoveListener
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