wonderly.jeaprs.aprs
Interface BadPacketListener

All Known Implementing Classes:
BadPacketTracker

public interface BadPacketListener

This interface is used by modules wishing to listen for bad packets as they arrive in the system.

Version:
1.0
Author:
Gregg Wonderly - The information contained in this document is Copyright 2001-2003, Gregg Wonderly, all rights reserved.
See Also:
wonderly.jeaprs.aprs.data.APRS.addBadPacketListener(BadPacketListener)

Method Summary
 void badPacket(byte[] arr, java.lang.Throwable ex)
           
 

Method Detail

badPacket

public void badPacket(byte[] arr,
                      java.lang.Throwable ex)