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