Interface PortStatusListener

All Known Subinterfaces:
PortExtendedStatusListener
All Known Implementing Classes:
BlinkenLight, MessageSenderPanel

public interface PortStatusListener
Implementers of this interface can be notified of state changes of the I/O ports used by YAAC.
Author:
Andrew Pavlin, KA2DDO
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The specified port has been closed.
    void
    The specified port has been successfully opened.
  • Method Details

    • portOpened

      void portOpened(PortConnector connector)
      The specified port has been successfully opened.
      Parameters:
      connector - PortConnector that was opened
    • portClosed

      void portClosed(PortConnector connector)
      The specified port has been closed.
      Parameters:
      connector - PortConnector that was closed