public class RepositoryRegistryEvent extends Event
Modifier and Type | Field and Description |
---|---|
static EventType<RepositoryRegistryEvent> |
ANY
All repository registry events
|
static EventType<RepositoryRegistryEvent> |
DESTROYED
When the registry was destroyed.
|
static EventType<RepositoryRegistryEvent> |
INITIALIZED
When the registry was initialized
|
static EventType<RepositoryRegistryEvent> |
RELOADED
When the registry has reloaded the registry data from the configuration
|
source
Constructor and Description |
---|
RepositoryRegistryEvent(EventType<? extends RepositoryRegistryEvent> type,
Object origin) |
clone, copyFor, getCreateTime, getPreviousEvent, getType, hasPreviousEvent
getSource, toString
public static EventType<RepositoryRegistryEvent> ANY
public static EventType<RepositoryRegistryEvent> RELOADED
public static EventType<RepositoryRegistryEvent> DESTROYED
public static EventType<RepositoryRegistryEvent> INITIALIZED
public RepositoryRegistryEvent(EventType<? extends RepositoryRegistryEvent> type, Object origin)
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.