biz.hammurapi.util
Interface DispatchingVisitor.Filter

Enclosing class:
DispatchingVisitor

public static interface DispatchingVisitor.Filter

If target implements this insterface then it is used to filter invocations to other targets. approve() method(s) of this target, if any, will be invoked before invocation of visit()/leave() methods of filtered target.

Version:
$Revision: 1.9 $
Author:
Pavel Vlasov

Method Summary
 java.util.Collection getTargets()
           
 

Method Detail

getTargets

java.util.Collection getTargets()


Copyright © 2003 Hammurapi Group. All Rights Reserved.