Uses of Class
org.apache.karaf.features.FeatureEvent.EventType

Packages that use FeatureEvent.EventType
org.apache.karaf.features   
 

Uses of FeatureEvent.EventType in org.apache.karaf.features
 

Methods in org.apache.karaf.features that return FeatureEvent.EventType
 FeatureEvent.EventType FeatureEvent.getType()
           
static FeatureEvent.EventType FeatureEvent.EventType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FeatureEvent.EventType[] FeatureEvent.EventType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.karaf.features with parameters of type FeatureEvent.EventType
FeatureEvent(Feature feature, FeatureEvent.EventType type, boolean replay)
           
 



Copyright © 2007-2011 Apache Software Foundation. All Rights Reserved.