org.ka2ddo.aprs
Interface AprsMessageListener

All Known Implementing Classes:
AbstractGpsConnector, BulletinBoard, Chat, Digipeater, DXTableModel, LocalObjectTracker, MessageFilterPane, QueryResponder, SerialGpsConnector, SnifferDataModel, StationTracker

public interface AprsMessageListener

This interface defines how a code segment waiting for a response message is informed when the response is received.


Method Summary
 void aprsMessageReceived(Message msg)
          Delivers the next message received by YAAC that is an APRS message.
 

Method Detail

aprsMessageReceived

void aprsMessageReceived(Message msg)
Delivers the next message received by YAAC that is an APRS message.

Parameters:
msg - some subclass of Message containing the message contents; the message should have an AX25Frame connected to it
See Also:
AX25Frame, AX25Message.ax25Frame, AX25Message.getAx25Frame()