Interface IPortChangeListener


public interface IPortChangeListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addPort(int port)
     
    void
    removePort(int port)
     
    void
    updatePort(int oldPort, int newPort)
     
  • Method Details

    • addPort

      void addPort(int port)
    • removePort

      void removePort(int port)
    • updatePort

      void updatePort(int oldPort, int newPort)