public interface WriteHandler
Modifier and Type | Method and Description |
---|---|
void |
handleWrite(UserInformation userInformation,
Variant value)
Handle the write call
|
void handleWrite(UserInformation userInformation, Variant value) throws Exception
e.g. performs a write call to a subsystem
userInformation
- the user information of the write call.
May also be null if there is no user information.
value
- the value to writeException
- if anything goes wrongCopyright © 2016 Eclipse NeoSCADA Project. All rights reserved.