JavaScript is disabled on your browser.
Skip navigation links
Module
Class
Use
Tree
Index
Search
Help
org.refcodes.component
org.refcodes.component
CeaseException
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.