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.

@FunctionalInterface public static interface IMalcolmConnection.IMalcolmConnectionEventListener
A listener to malcolm events from the actual malcolm device.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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

      void eventPerformed(MalcolmMessage message)
      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