org.picocontainer.doc.tutorial.simple2
Class Boy

java.lang.Object
  extended by org.picocontainer.doc.tutorial.simple2.Boy
All Implemented Interfaces:
Kissable

public class Boy
extends java.lang.Object
implements Kissable


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

Constructor Detail

Boy

public Boy()
Method Detail

kiss

public void kiss(java.lang.Object kisser)
Specified by:
kiss in interface Kissable