org.picocontainer.doc.tutorial.lifecycle
Class Girl

java.lang.Object
  extended by org.picocontainer.doc.tutorial.lifecycle.Girl
All Implemented Interfaces:
org.picocontainer.Startable

public class Girl
extends java.lang.Object
implements org.picocontainer.Startable


Field Summary
(package private)  Kissable kissable
           
 
Constructor Summary
Girl(Kissable kissable)
           
 
Method Summary
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

kissable

Kissable kissable
Constructor Detail

Girl

public Girl(Kissable kissable)
Method Detail

start

public void start()
Specified by:
start in interface org.picocontainer.Startable

stop

public void stop()
Specified by:
stop in interface org.picocontainer.Startable