public interface Engagable
Modifier and Type | Method and Description |
---|---|
void |
disengage()
Disengage the object from underlying services it uses to render its function.
|
void |
engage()
(Re)enage the object with its underlying services.
|
boolean |
isEngaged()
Returns whether the object is currently in the engaged state.
|
void disengage()
void engage()
boolean isEngaged()