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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidupdate(ObjectAddress address, org.eclipse.neoscada.protocol.iec60870.asdu.types.Value<?> value)
-
-
-
Method Detail
-
update
void update(ObjectAddress address, org.eclipse.neoscada.protocol.iec60870.asdu.types.Value<?> value)
-
-