org.picocontainer.testmodel
Class WashableTouchable

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

public class WashableTouchable
extends Object
implements Washable, Touchable

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


Copyright © 2003-2010 Codehaus. All Rights Reserved.