|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Digipeater.TXIGatedStationStatusListener
Interface for listeners to be informed of changes to the list of Tx I-gated stations. Note that calls to these methods are on the thread delivering frames to the digipeater logic (usually, the AX25Stack parsing thread).
AX25Stack
Method Summary | |
---|---|
void |
txIGatedStationAdded(int index)
Inform listener that a station has been added to the list of I-gated stations. |
void |
txIGatedStationDeleted(int index)
Inform listener that a station is no longer being I-gated by this station (timed out). |
void |
txIGatedStationUpdated(int index)
Inform listener that a station has been forwarded again. |
Method Detail |
---|
void txIGatedStationAdded(int index)
index
- position in list of I-gated stationsvoid txIGatedStationUpdated(int index)
index
- position in list of I-gated stationsvoid txIGatedStationDeleted(int index)
index
- position in list of I-gated stations
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |