Interface Solum.TeeCallback

Enclosing class:
Solum
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 Solum.TeeCallback
Tee connection callback.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(boolean connected, String serial, double timeRemaining, String id, String name, String exam)
    Called when the tee callback was invoked.
  • Method Details

    • accept

      void accept(boolean connected, String serial, double timeRemaining, String id, String name, String exam)
      Called when the tee callback was invoked.
      Parameters:
      connected - flag associated with the tee having a disposable probe connection.
      serial - if a probe is connected, the serial number of the probe.
      timeRemaining - if a probe is connected, the time remaining in percentage.
      id - patient id if burned in to the probe.
      name - patient name if burned in to the probe.
      exam - exam id if burned in to the probe.