Package org.terrier.utility
Interface KillHandler.Killable
-
- Enclosing class:
- KillHandler
public static interface KillHandler.Killable
Interface denoting an object which can be killed by the KillHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
kill()
Called when the JVM is shutting down
-