Interface FeaturesControllerListener
public interface FeaturesControllerListener
-
Method Summary
-
Method Details
-
readAll
void readAll(org.bidib.wizard.api.model.NodeInterface node) Read all features of the specified node.- Parameters:
node- the node
-
write
void write(org.bidib.wizard.api.model.NodeInterface node, org.bidib.jbidibc.messages.Feature feature) Write feature to node.- Parameters:
node- the nodefeature- the feature
-
close
void close()Close the controller
-