All Packages Class Hierarchy This Package Previous Next Index
Interface pbsim.OutputListener
- public abstract interface OutputListener
This interface is used by the simulator to inform the client
when the simulated PBrick changes an output.
-
pbOutputChanged(Output)
- This method is called when an output changes mode, direction,
or power level.
pbOutputChanged
public abstract void pbOutputChanged(pbsim.Output out)
- This method is called when an output changes mode, direction,
or power level.
- Parameters:
- out - the output that has been changed
All Packages Class Hierarchy This Package Previous Next Index