|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorbotix.robot.base.DeviceMessenger
public class DeviceMessenger
User: brian Date: 6/30/11 Time: 11:56 AM
| Nested Class Summary | |
|---|---|
static interface |
DeviceMessenger.AsyncDataListener
|
static interface |
DeviceMessenger.DeviceResponseListener
|
| Method Summary | |
|---|---|
void |
addAsyncDataListener(Robot robot,
DeviceMessenger.AsyncDataListener asyncDataListener)
|
void |
addResponseListener(Robot robot,
DeviceMessenger.DeviceResponseListener listener)
|
static DeviceMessenger |
getInstance()
|
void |
postCommand(Robot robot,
DeviceCommand command)
|
void |
postCommand(Robot robot,
DeviceCommand command,
long delayMillis)
|
void |
removeAsyncDataListener(Robot robot,
DeviceMessenger.AsyncDataListener dataListener)
|
void |
removeResponseListener(Robot robot,
DeviceMessenger.DeviceResponseListener listener)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static DeviceMessenger getInstance()
public void postCommand(Robot robot,
DeviceCommand command)
public void postCommand(Robot robot,
DeviceCommand command,
long delayMillis)
public void addResponseListener(Robot robot,
DeviceMessenger.DeviceResponseListener listener)
public void removeResponseListener(Robot robot,
DeviceMessenger.DeviceResponseListener listener)
public void addAsyncDataListener(Robot robot,
DeviceMessenger.AsyncDataListener asyncDataListener)
public void removeAsyncDataListener(Robot robot,
DeviceMessenger.AsyncDataListener dataListener)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||