public static class ResourceRepository.ResourceRepositoryEvent
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
SearchableRepository.ResourceDescriptor |
descriptor |
java.lang.Exception |
exception |
ResourceRepository.TYPE |
type |
Constructor and Description |
---|
ResourceRepositoryEvent(ResourceRepository.TYPE type,
SearchableRepository.ResourceDescriptor rds,
java.lang.Exception exception) |
public ResourceRepository.TYPE type
public SearchableRepository.ResourceDescriptor descriptor
public java.lang.Exception exception
public ResourceRepositoryEvent(ResourceRepository.TYPE type, SearchableRepository.ResourceDescriptor rds, java.lang.Exception exception)