|
|||||||||
| Home >> All >> nl >> aidministrator >> rdf >> client >> [ repositorylist overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
nl.aidministrator.rdf.client.repositorylist
Interface RepositoryListListener

- All Known Implementing Classes:
- StdOutRepositoryListListener
- public interface RepositoryListListener
A listener for repository lists.
| Method Summary | |
void |
endRepositoryList()
Indicates the end of a repository list. |
void |
repository(java.lang.String id,
java.lang.String title,
boolean readable,
boolean writable)
Delivers information about an available repository. |
void |
startRepositoryList()
Indicates the start of a repository list. |
| Method Detail |
startRepositoryList
public void startRepositoryList()
- Indicates the start of a repository list.
endRepositoryList
public void endRepositoryList()
- Indicates the end of a repository list.
repository
public void repository(java.lang.String id, java.lang.String title, boolean readable, boolean writable)
- Delivers information about an available repository.
|
|||||||||
| Home >> All >> nl >> aidministrator >> rdf >> client >> [ repositorylist overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC