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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
update(IComponent c)
Invoked by a Pin when its value changes.
-
-
-
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
-
-