public class RepositoryRegistryEvent extends Event
| Modifier and Type | Field and Description | 
|---|---|
| static EventType<RepositoryRegistryEvent> | ANYAll repository registry events | 
| static EventType<RepositoryRegistryEvent> | DESTROYEDWhen the registry was destroyed. | 
| static EventType<RepositoryRegistryEvent> | INITIALIZEDWhen the registry was initialized | 
| static EventType<RepositoryRegistryEvent> | RELOADEDWhen 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, hasPreviousEventgetSource, toStringpublic 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.