org.picocontainer.behaviors
Interface InterceptingTestCase.Foo

All Known Implementing Classes:
InterceptingTestCase.FooImpl
Enclosing class:
InterceptingTestCase

public static interface InterceptingTestCase.Foo


Method Summary
 void one()
           
 String two(String a, int b)
           
 

Method Detail

one

void one()

two

String two(String a,
           int b)


Copyright © 2003-2008 Codehaus. All Rights Reserved.