org.picocontainer.doc.introduction
Class Peeler

java.lang.Object
  extended by org.picocontainer.doc.introduction.Peeler
All Implemented Interfaces:
org.picocontainer.Startable

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


Field Summary
private  Peelable peelable
           
 
Constructor Summary
Peeler(Peelable peelable)
           
 
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

peelable

private final Peelable peelable
Constructor Detail

Peeler

public Peeler(Peelable peelable)
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