org.apache.karaf.features
Class FeatureEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.apache.karaf.features.FeatureEvent
All Implemented Interfaces:
java.io.Serializable

public class FeatureEvent
extends java.util.EventObject

See Also:
Serialized Form

Nested Class Summary
static class FeatureEvent.EventType
           
 
Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
FeatureEvent(Feature feature, FeatureEvent.EventType type, boolean replay)
           
 
Method Summary
 Feature getFeature()
           
 FeatureEvent.EventType getType()
           
 boolean isReplay()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FeatureEvent

public FeatureEvent(Feature feature,
                    FeatureEvent.EventType type,
                    boolean replay)
Method Detail

getType

public FeatureEvent.EventType getType()

getFeature

public Feature getFeature()

isReplay

public boolean isReplay()


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