Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

nl.aidministrator.rdf.client.repositorylist
Interface RepositoryListListener  view RepositoryListListener download RepositoryListListener.java

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.