public class BureauSender extends InvocationSender
BureauReceiver instance on a
client.| Constructor and Description |
|---|
BureauSender() |
| Modifier and Type | Method and Description |
|---|---|
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. |
sendNotification, sendNotificationpublic static void createAgent(ClientObject target, int arg1)
BureauReceiver.createAgent(int) on a client.public static void destroyAgent(ClientObject target, int arg1)
BureauReceiver.destroyAgent(int) on a client.Copyright © 2015. All rights reserved.