org.apache.lucene.gdata.server.registry
Interface ScopeVisitable

All Known Implementing Classes:
GDataRequestListener

public interface ScopeVisitable

Implementation of this interface accept ScopeVisitor objects and call their methods on the desired action.

Author:
Simon Willnauer

Method Summary
 void accept(ScopeVisitor visitor)
           
 

Method Detail

accept

void accept(ScopeVisitor visitor)
Parameters:
visitor - - the visitor to accept


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.