Interface FeaturesViewListener
public interface FeaturesViewListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Close the view.voidwrite(Collection<org.bidib.jbidibc.messages.Feature> features) Write provided features.
-
Method Details
-
close
void close()Close the view. -
write
Write provided features.- Parameters:
features- the features to write
-