FileDocCategorySizeDatePackage
ScopeVisitable.javaAPI DocApache Lucene 2.1.01232Wed Feb 14 10:46:06 GMT 2007org.apache.lucene.gdata.server.registry

ScopeVisitable

public interface ScopeVisitable
Implementation of this interface accept {@link org.apache.lucene.gdata.server.registry.ScopeVisitor} objects and call their methods on the desired action.
author
Simon Willnauer

Fields Summary
Constructors Summary
Methods Summary
public abstract voidaccept(ScopeVisitor visitor)

param
visitor - the visitor to accept