com.threerings.crowd.client
Interface LocationDirector.FailureHandler

Enclosing class:
LocationDirector

public static interface LocationDirector.FailureHandler

Used to recover from a moveTo request that was accepted but resulted in a failed attempt to fetch the place object to which we were moving.


Method Summary
 void recoverFailedMove(int placeId)
          Should instruct the client to move to the last known working location (as well as clean up after the failed moveTo request).
 

Method Detail

recoverFailedMove

void recoverFailedMove(int placeId)
Should instruct the client to move to the last known working location (as well as clean up after the failed moveTo request).