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 Detail

      • update

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