Interface PortExtendedStatusListener

All Superinterfaces:
PortStatusListener
All Known Implementing Classes:
BlinkenLight

public interface PortExtendedStatusListener extends PortStatusListener
Implementers of this interface can be informed of all PortStatusListener events (opens and closes) as well as other status changes of a port.
Author:
Andrew Pavlin, KA2DDO
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The status of the specified port has changed other than opening or closing, or beginning or ending transmit or receive.

    Methods inherited from interface org.ka2ddo.yaac.io.PortStatusListener

    portClosed, portOpened
  • Method Details

    • portStatusChanged

      void portStatusChanged(PortConnector connector)
      The status of the specified port has changed other than opening or closing, or beginning or ending transmit or receive.
      Parameters:
      connector - PortConnector whose status has changed