|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines the event processing done by APRSEventGenerators when various events happen. They can tell APRSEventListeners and other objects about when a TNC stream is closed or some other EOF event occurs.
Method Summary | |
void |
packetDataIgnored(wonderly.jeaprs.aprs.APRSStatusEvent ev)
This ev.getPacketData() packet data was ignored due to a parse error |
void |
streamClosed(wonderly.jeaprs.aprs.APRSStatusEvent ev)
The ev.getSource() value is the APRSEventGenerator that was processing the stream. |
Method Detail |
public void streamClosed(wonderly.jeaprs.aprs.APRSStatusEvent ev)
public void packetDataIgnored(wonderly.jeaprs.aprs.APRSStatusEvent ev)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |