public interface FeatureManagerListener extends Weighted
FeatureManager is created and before it is shut down.Weighted.WeightedComparator| Modifier and Type | Method and Description |
|---|---|
void |
start(FeatureManager featureManager)
Called after the
FeatureManager for the application has been created. |
void |
stop(FeatureManager featureManager)
Called before the
FeatureManager of the application is destroyed. |
void start(FeatureManager featureManager)
FeatureManager for the application has been created.void stop(FeatureManager featureManager)
FeatureManager of the application is destroyed.Copyright © 2018. All Rights Reserved.