|
|||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--Flock.DefaultListener
This class provides a default serial port listener for the flock. Actually, this is kind of a sanity check. If we are expecting data from the flock, it should be handled by one of the specialized listeners either in Flock or in DataCapture. But just in case we get unexpected data in, this listener is here.
Flock.ExamineListener
,
CaptureData
Constructor Summary | |
(package private) |
Flock.DefaultListener()
|
Method Summary | |
void |
dataAvailable(java.io.InputStream str)
|
Methods inherited from class java.lang.Object |
|
Constructor Detail |
Flock.DefaultListener()
Method Detail |
public void dataAvailable(java.io.InputStream str)
dataAvailable
in interface SerialConnectionListener
|
|||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |