Package org.yamcs.cmdhistory
Interface CommandHistoryConsumer
- All Known Implementing Classes:
ActiveCommand
,CommandVerificationHandler
public interface CommandHistoryConsumer
Interface implemented by all the classes that want to receive command history events.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Called when a new command matching the filters has been added to the historyvoid
updatedCommand
(Commanding.CommandId cmdId, long time, List<Attribute> attrs)
-
Method Details
-
addedCommand
Called when a new command matching the filters has been added to the history- Parameters:
pc
-
-
updatedCommand
-