org.apache.karaf.features
Class RepositoryEvent

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

public class RepositoryEvent
extends java.util.EventObject

See Also:
Serialized Form

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

RepositoryEvent

public RepositoryEvent(Repository repository,
                       RepositoryEvent.EventType type,
                       boolean replay)
Method Detail

getType

public RepositoryEvent.EventType getType()

getRepository

public Repository getRepository()

isReplay

public boolean isReplay()


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