org.ka2ddo.ax25
Interface FrameListener

All Known Implementing Classes:
AX25Stack

public interface FrameListener

This interface is implemented by any class that receives a message frame. The caller is expected to identify the frame boundaries and specify the start and length of the frame contents (but not the boundaries) for consumption. Upon return, the frame is considered consumed and the buffer containing it may be modified again.


Method Summary
 void consumeFrame(AX25Frame frame)
          Consume and process one AX.25 frame containing some sort of message.
 

Method Detail

consumeFrame

void consumeFrame(AX25Frame frame)
Consume and process one AX.25 frame containing some sort of message.

Parameters:
frame - the AX25Frame to be processed