setSourceFeature method

void setSourceFeature(
  1. String featureName
)
inherited

Sets the source feature for this extension. This is called by the Vyuh bootstrapping process.

Implementation

void setSourceFeature(String featureName) {
  _sourceFeature = featureName;

  onSourceFeatureUpdated();
}