org.picocontainer.testmodel
Class DependsOnTouchable

java.lang.Object
  extended by org.picocontainer.testmodel.DependsOnTouchable
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConstructorInjectionComponentAdapterTestCase.NamedDependsOnTouchable

public class DependsOnTouchable
extends java.lang.Object
implements java.io.Serializable

Author:
steve.freeman@m3p.co.uk
See Also:
Serialized Form

Field Summary
 Touchable touchable
           
 
Constructor Summary
DependsOnTouchable(Touchable touchable)
           
 
Method Summary
 Touchable getTouchable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

touchable

public Touchable touchable
Constructor Detail

DependsOnTouchable

public DependsOnTouchable(Touchable touchable)
Method Detail

getTouchable

public Touchable getTouchable()