public abstract class AbstractJugglingPin<R> extends Object implements JugglingPin<R>
| Constructor and Description |
|---|
AbstractJugglingPin() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
start() |
void |
stop() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdescribe, obtain, recoverpublic void start()
start in interface JugglingPin<R>public void stop()
stop in interface JugglingPin<R>public void close()
close in interface JugglingPin<R>Copyright © 2012. All Rights Reserved.