public interface RepositoryChangeListener
Modifier and Type | Method and Description |
---|---|
void |
added(URI location)
A new libary jar file was added to the repository.
|
void |
moduleAdded(ModuleDefinition definition)
A new module jar file was added to the repository.
|
void |
moduleRemoved(ModuleDefinition definition)
A module file was removed from the repository
|
void |
removed(URI location)
A library jar file was removed from the repository
|
void added(URI location)
location
- the new jar file locationvoid removed(URI location)
location
- of the removed filevoid moduleAdded(ModuleDefinition definition)
definition
- the new module definitionvoid moduleRemoved(ModuleDefinition definition)
definition
- the module definition of the removed moduleCopyright © 2009–2023 Oracle Corporation. All rights reserved.