|
||||||||||
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.RepositoryEvent
public class RepositoryEvent
Nested Class Summary | |
---|---|
static class |
RepositoryEvent.EventType
|
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
RepositoryEvent(Repository repository,
RepositoryEvent.EventType type,
boolean replay)
|
Method Summary | |
---|---|
Repository |
getRepository()
|
RepositoryEvent.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 RepositoryEvent(Repository repository, RepositoryEvent.EventType type, boolean replay)
Method Detail |
---|
public RepositoryEvent.EventType getType()
public Repository getRepository()
public boolean isReplay()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |