|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RepositoryChangeListener
Listener interface to listen to repository changes. Implementations of this listener interface will be notified when repositories they registered to are changing.
Method Summary | |
---|---|
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 |
Method Detail |
---|
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 module
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |