public static interface Startable.UncheckedStartable extends Startable
Startable without any checked exception being declared.Startable.StartAutomaton, Startable.StartBuilder<B extends Startable.StartBuilder<B>>, Startable.UncheckedStartable| Modifier and Type | Method and Description |
|---|---|
void |
start()
Starts the component.
|
startUncheckedvoid start()
Startable.start() without any checked exception being
declared.Copyright © 2017. All rights reserved.