org.picocontainer.testmodel
Class WashableTouchable

java.lang.Object
  extended by org.picocontainer.testmodel.WashableTouchable
All Implemented Interfaces:
Touchable, Washable

public class WashableTouchable
extends java.lang.Object
implements Washable, Touchable

Version:
$Revision: 940 $
Author:
Aslak Hellesøy

Constructor Summary
WashableTouchable()
           
 
Method Summary
 void touch()
           
 void wash()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WashableTouchable

public WashableTouchable()
Method Detail

touch

public void touch()
Specified by:
touch in interface Touchable

wash

public void wash()
Specified by:
wash in interface Washable