|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface LCMSubscriber
A class which listens for messages on a particular channel.
| Method Summary | |
|---|---|
void |
messageReceived(LCM lcm,
java.lang.String channel,
LCMDataInputStream ins)
Invoked by LCM when a message is received. |
| Method Detail |
|---|
void messageReceived(LCM lcm,
java.lang.String channel,
LCMDataInputStream ins)
lcm - the LCM instance that received the message.channel - the channel on which the message was received.ins - the message contents.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||