ScopeVisitablepublic interface ScopeVisitable Implementation of this interface accept
{@link org.apache.lucene.gdata.server.registry.ScopeVisitor} objects and call
their methods on the desired action. |
Methods Summary |
---|
public abstract void | accept(ScopeVisitor visitor)
|
|