Package org.togglz.core.util
Interface Weighted
-
- All Known Subinterfaces:
FeatureManagerListener,FeatureManagerProvider,FeatureStateChangedListener
- All Known Implementing Classes:
BeanFinderFeatureManagerProvider,ContextClassLoaderFeatureManagerProvider,JNDIFeatureManagerProvider,StaticFeatureManagerProvider,ThreadLocalFeatureManagerProvider
public interface WeightedCommon interface for classes that have different priorities.- Author:
- Christian Kaltepoth
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classWeighted.WeightedComparator
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intpriority()Low priorities are processed first.
-