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