org.picocontainer.behaviors
Interface InterceptingTestCase.Person

All Known Implementing Classes:
InterceptingTestCase.Englishman, InterceptingTestCase.Person.nullobject
Enclosing class:
InterceptingTestCase

public static interface InterceptingTestCase.Person


Nested Class Summary
static class InterceptingTestCase.Person.nullobject
           
 
Method Summary
 String greeting()
           
 String parting(String who)
           
 void sleep(int howLong)
           
 

Method Detail

greeting

String greeting()

parting

String parting(String who)

sleep

void sleep(int howLong)


Copyright © 2003-2010 Codehaus. All Rights Reserved.