Interface FeaturesWriteListener


public interface FeaturesWriteListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    write(Collection<org.bidib.jbidibc.messages.Feature> features)
    Write the features to the node.
  • Method Details

    • write

      void write(Collection<org.bidib.jbidibc.messages.Feature> features)
      Write the features to the node.
      Parameters:
      features - the features to write.