Package org.yamcs.client
Interface CommandListener
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
Called when an exception claused the call to abort.void
Called when a new command is received and also updated.default void
onUpdate
(Command command, Commanding.CommandHistoryEntry cmdHistEntry) Same as above but also provides the list of new/updated attributes
-
Method Details
-
onUpdate
Called when a new command is received and also updated.- Parameters:
command
-
-
onUpdate
Same as above but also provides the list of new/updated attributes- Parameters:
command
- command including all attributescmdHistEntry
- the list of new or updated attributes
-
onError
Called when an exception claused the call to abort.
-