Interface ClientConnection.ValueListener

Enclosing class:
ClientConnection
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 ClientConnection.ValueListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    update(ObjectAddress address, org.eclipse.neoscada.protocol.iec60870.asdu.types.Value<?> value)
     
  • Method Details

    • update

      void update(ObjectAddress address, org.eclipse.neoscada.protocol.iec60870.asdu.types.Value<?> value)