Interface PortMgmtListener

All Known Implementing Classes:
BlinkenLight, GeographicalMap

public interface PortMgmtListener
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 added to the configuration..
    void
    The specified port has been removed from the configuration..
  • Method Details

    • portCreated

      void portCreated(PortConnector connector)
      The specified port has been added to the configuration..
      Parameters:
      connector - PortConnector that was added
    • portDeleted

      void portDeleted(PortConnector connector)
      The specified port has been removed from the configuration..
      Parameters:
      connector - PortConnector that was removed