public interface ConnStateChangeListener
Modifier and Type | Method and Description |
---|---|
void |
updateConnStateRow(AX25Callsign sender,
AX25Callsign dest)
Report that the row containing the specified pair of callsigns has been updated.
|
void |
updateWholeConStateTable()
Report that a ConnState session has been added or removed from the
AX25Stack , but we don't know which row number it is. |
void updateConnStateRow(AX25Callsign sender, AX25Callsign dest)
sender
- AX25Callsign of originator of sessiondest
- AX25Callsign of recipient of sessionvoid updateWholeConStateTable()
AX25Stack
, but we don't know which row number it is.
This is expected to be called from a thread other than the AWT dispatch thread.