JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Class
org.refcodes.component.CeaseException
Uses of
CeaseException
in
org.refcodes.component
Methods in
org.refcodes.component
that throw
CeaseException
Modifier and Type
Method
Description
void
Ceasable.
cease
()
Ceases the component.
void
CeasableHandle.
cease
(
H
aHandle)
Ceases the component identified by the given handle.
B
Ceasable.CeaseBuilder.
withCease
()
Builder method for the
Ceasable.cease()
method.