|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.apache.karaf.features.FeatureEvent
public class FeatureEvent
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 |
---|
public FeatureEvent(Feature feature, FeatureEvent.EventType type, boolean replay)
Method Detail |
---|
public FeatureEvent.EventType getType()
public Feature getFeature()
public boolean isReplay()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |