@ThreadSafe public abstract class AbstractComponent extends java.lang.Object implements Validatable
Constructor and Description |
---|
AbstractComponent() |
Modifier and Type | Method and Description |
---|---|
void |
activateComponent() |
void |
assertValid()
Assert that the component is valid
|
void |
deactivateComponent() |
boolean |
isValid()
True if the component is valid.
|
public void activateComponent()
public void deactivateComponent()
public boolean isValid()
Validatable
isValid
in interface Validatable
public void assertValid()
Validatable
assertValid
in interface Validatable
Copyright © 2016 Red Hat. All Rights Reserved.