Public classes
|
CallbackCommand
Command to call certain action when this command is reached. Useful if you need to get notification when SegmentDisplay have reached certain point in SDController command queue. Constructors
Constructors public CallbackCommand (Action callback) Creates new callback command. When SDController reaches this command, callback is called and SDController continues from next command in queue.
|