public abstract class Destroyable extends Object
This is an abstract class instead of an interface since we only want
to have protected access to the destroy method.
| Constructor and Description |
|---|
Destroyable() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
destroy()
Attempts to "destroy" the object by clearing memory (e.g.
|
Copyright © 2014–2015 MountainBlade. All rights reserved.