public interface ServerEventListener
Modifier and Type | Method | Description |
---|---|---|
void |
serverStoppedListening(ServerSap serverSAP) |
|
java.util.List<ServiceError> |
write(java.util.List<BasicDataAttribute> bdas) |
The write callback function is called if one of more basic data attributes are written using
either the setDataValue, setDataSetValues or control services.
|
java.util.List<ServiceError> write(java.util.List<BasicDataAttribute> bdas)
bdas
- the list of basic data attributes that are to be set.void serverStoppedListening(ServerSap serverSAP)