com.threerings.bureau.server
Class BureauSender

java.lang.Object
  extended by com.threerings.presents.server.InvocationSender
      extended by com.threerings.bureau.server.BureauSender

public class BureauSender
extends InvocationSender

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


Constructor Summary
BureauSender()
           
 
Method Summary
static void createAgent(ClientObject target, int arg1)
          Issues a notification that will result in a call to BureauReceiver.createAgent(int) on a client.
static void destroyAgent(ClientObject target, int arg1)
          Issues a notification that will result in a call to BureauReceiver.destroyAgent(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

BureauSender

public BureauSender()
Method Detail

createAgent

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


destroyAgent

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