public interface Ceasable
Modifier and Type | Interface and Description |
---|---|
static interface |
Ceasable.CeaseAutomaton
The
Ceasable.CeaseAutomaton interface defines those methods related to the
cease life-cycle. |
static interface |
Ceasable.CeaseBuilder<B extends Ceasable.CeaseBuilder<B>>
To enable the
Ceasable functionality to be invoked in a builder
chain. |
static interface |
Ceasable.UncheckedCeasable
See
Ceasable without any checked exception being declared. |
Modifier and Type | Method and Description |
---|---|
void |
cease()
Ceases the component.
|
void cease() throws CeaseException
CeaseException
- in case ceasing fails.Copyright © 2015. All rights reserved.