biz.hammurapi.util
Interface DispatchingVisitor.SelfListener

Enclosing class:
DispatchingVisitor

public static interface DispatchingVisitor.SelfListener

Targets which want to listen to invocations of self should implement this interface.

Author:
Pavel Vlasov

Method Summary
 void onInvocation(java.lang.reflect.Method method, java.lang.Object visitable)
           
 

Method Detail

onInvocation

void onInvocation(java.lang.reflect.Method method,
                  java.lang.Object visitable)


Copyright © 2003 Hammurapi Group. All Rights Reserved.