public interface DestructableComponent extends Component
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Destroys the component.
|
boolean |
isDestroyed()
Gets whether this component has been destroyed.
|
Copyright © 1999–2018. All rights reserved.