|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fr.dgac.ivy.IvyApplicationAdapter
Constructor Summary | |
IvyApplicationAdapter()
|
Method Summary | |
void |
connect(fr.dgac.ivy.IvyClient client)
invoked when a Ivy Client has joined the bus |
void |
die(fr.dgac.ivy.IvyClient client,
int id)
invoked when a peer request us to leave the bus |
void |
directMessage(fr.dgac.ivy.IvyClient client,
int id,
java.lang.String msgarg)
invoked when a peer sends us a direct message |
void |
disconnect(fr.dgac.ivy.IvyClient client)
invoked when a Ivy Client has left the bus |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IvyApplicationAdapter()
Method Detail |
public void connect(fr.dgac.ivy.IvyClient client)
IvyApplicationListener
connect
in interface IvyApplicationListener
client
- the peerpublic void disconnect(fr.dgac.ivy.IvyClient client)
IvyApplicationListener
disconnect
in interface IvyApplicationListener
client
- the peerpublic void die(fr.dgac.ivy.IvyClient client, int id)
IvyApplicationListener
die
in interface IvyApplicationListener
client
- the peerpublic void directMessage(fr.dgac.ivy.IvyClient client, int id, java.lang.String msgarg)
IvyApplicationListener
directMessage
in interface IvyApplicationListener
client
- the peerid
- msgarg
- the message itself
this is not yet implemented in java. I believe it has no real use :)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |