Interface FeaturesWriteListener
-
public interface FeaturesWriteListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwrite(Collection<org.bidib.jbidibc.messages.Feature> features)Write the features to the node.
-
-
-
Method Detail
-
write
void write(Collection<org.bidib.jbidibc.messages.Feature> features)
Write the features to the node.- Parameters:
features- the features to write.
-
-