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