|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RepositoryManagerListener
Clients can implement RepositoryManagerListener to be informed
on changes of RepositoryManager.
| Method Summary | |
|---|---|
void |
repositoryAdded(Repository repository)
Implementation should handle that a new Repository |
void |
repositoryRemoved(Repository repository)
Implementation should handle that a new Repository |
| Method Detail |
|---|
void repositoryAdded(Repository repository)
Repository was added.
- Parameters:
repository - the Repository that was added.
void repositoryRemoved(Repository repository)
Repository was removed.
- Parameters:
repository - the Repository that was removed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||