Interface IMalcolmConnection.IMalcolmConnectionEventListener
- Enclosing interface:
IMalcolmConnection
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A listener to malcolm events from the actual malcolm device.
-
Method Summary
Modifier and TypeMethodDescriptionvoideventPerformed(MalcolmMessage message) Called when an event has occurred on the actual malcolm device corresponding to the endpoint for which this listener has been subscribed.
-
Method Details
-
eventPerformed
Called when an event has occurred on the actual malcolm device corresponding to the endpoint for which this listener has been subscribed.- Parameters:
message- a message describing the change and the current state of the malcolm device
-