org.archive.wayback.util.htmllex
Interface ParseEventDelegatorVisitor

All Known Implementing Classes:
RobotMetaRule

public interface ParseEventDelegatorVisitor

Common interface to decouple application-specific handlers from the ParseEventDelegator object: Any object interested in registering for specific low-level events can implement this interface, and can be added to the ParseEventDelegator parserVisitors list, and it will be given an opportunity to register with the ParseEventDelegator for specific events it is interested in.

Author:
brad

Method Summary
 void visit(ParseEventDelegator rules)
           
 

Method Detail

visit

void visit(ParseEventDelegator rules)


Copyright © 2005-2011 Internet Archive. All Rights Reserved.