org.picocontainer.behaviors
Class InterceptingTestCase.Person.nullobject

java.lang.Object
  extended by org.picocontainer.behaviors.InterceptingTestCase.Person.nullobject
All Implemented Interfaces:
InterceptingTestCase.Person
Enclosing interface:
InterceptingTestCase.Person

public static class InterceptingTestCase.Person.nullobject
extends Object
implements InterceptingTestCase.Person


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.picocontainer.behaviors.InterceptingTestCase.Person
InterceptingTestCase.Person.nullobject
 
Constructor Summary
InterceptingTestCase.Person.nullobject()
           
 
Method Summary
 String greeting()
           
 String parting(String who)
           
 void sleep(int howLong)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterceptingTestCase.Person.nullobject

public InterceptingTestCase.Person.nullobject()
Method Detail

greeting

public String greeting()
Specified by:
greeting in interface InterceptingTestCase.Person

parting

public String parting(String who)
Specified by:
parting in interface InterceptingTestCase.Person

sleep

public void sleep(int howLong)
Specified by:
sleep in interface InterceptingTestCase.Person


Copyright © 2003-2010 Codehaus. All Rights Reserved.