frog.plugin.spot.onspot
Interface Killable

All Known Implementing Classes:
AccelManager, ConnectionManager, FilterManager

public interface Killable

Interface for providing a method to quickly destroy all running threads and free all resources contained in a class.

Author:
Team Better Recognize

Method Summary
 void kill()
          Attempt to unconditionally stop all threads and release all resources.
 

Method Detail

kill

void kill()
Attempt to unconditionally stop all threads and release all resources.