- 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
default void
Called when an exception claused the call to abort.
void
Called when a new command is received and also updated.
default void
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 attributes
cmdHistEntry - the list of new or updated attributes
-
onError
Called when an exception claused the call to abort.