com.threerings.crowd.server
Class LocationSender

java.lang.Object
  extended by com.threerings.presents.server.InvocationSender
      extended by com.threerings.crowd.server.LocationSender

public class LocationSender
extends InvocationSender

Used to issue notifications to a LocationReceiver instance on a client.


Constructor Summary
LocationSender()
           
 
Method Summary
static void forcedMove(ClientObject target, int arg1)
          Issues a notification that will result in a call to LocationReceiver.forcedMove(int) on a client.
 
Methods inherited from class com.threerings.presents.server.InvocationSender
sendNotification, sendNotification
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocationSender

public LocationSender()
Method Detail

forcedMove

public static void forcedMove(ClientObject target,
                              int arg1)
Issues a notification that will result in a call to LocationReceiver.forcedMove(int) on a client.