Interface CANBoardActivateListener
public interface CANBoardActivateListener
Listener for CANBoard activation.
- Version:
- Aug-23-17
-
Method Summary
Modifier and TypeMethodDescriptionvoidboardActivated(CANBoard<?> board) Called when a board is activated as a result of the hardware linking to the board.
-
Method Details
-
boardActivated
Called when a board is activated as a result of the hardware linking to the board.- Parameters:
board- the board that was activated
-