biz.hammurapi.util
Interface PoliteVisitor

All Superinterfaces:
Visitor
All Known Implementing Classes:
AstVisitor, CompositeVisitor, DispatchingVisitor, TokenVisitor

public interface PoliteVisitor
extends Visitor

Visitor which can say 'good bye'.

Version:
$Revision: 1.2 $
Author:
Pavel Vlasov

Method Summary
 void leave(java.lang.Object target)
          Shall be invoked by Visitable at the end of navigation, when all children has already been visited.
 
Methods inherited from interface biz.hammurapi.util.Visitor
visit
 

Method Detail

leave

void leave(java.lang.Object target)
Shall be invoked by Visitable at the end of navigation, when all children has already been visited.

Parameters:
target -


Copyright © 2003 Hammurapi Group. All Rights Reserved.