Provides a signature which enables wrapping classes to safely dispose
resources internally used by the implementing class - somewhat like
Closeable does for opened files.
In GMLVQ implementation, it is assigned to classes which utilize
ExecutorService so the internal thread pools can be shutdown safely.