Package api

Interface IPinListener

  • All Known Implementing Classes:
    Probe

    public interface IPinListener
    Callback interface for notifying applications when the outputs of a component change.
    • Method Detail

      • update

        void update​(IComponent c)
        Invoked by a Pin when its value changes. The argument is the component to which the Pin belongs.
        Parameters:
        c - parent component for the Pin invoking this method