wonderly.jeaprs.aprs
Interface APRSStatusListener


public interface APRSStatusListener

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.

Version:
1.0
Author:
Gregg Wonderly - The information contained in this document is Copyright 2001-2003, Gregg Wonderly, all rights reserved.

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

streamClosed

public void streamClosed(wonderly.jeaprs.aprs.APRSStatusEvent ev)
The ev.getSource() value is the APRSEventGenerator that was processing the stream.


packetDataIgnored

public void packetDataIgnored(wonderly.jeaprs.aprs.APRSStatusEvent ev)
This ev.getPacketData() packet data was ignored due to a parse error