com.threerings.bureau.server
Class BureauSender
java.lang.Object
com.threerings.presents.server.InvocationSender
com.threerings.bureau.server.BureauSender
public class BureauSender
- extends InvocationSender
Used to issue notifications to a BureauReceiver instance on a
client.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BureauSender
public BureauSender()
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.