Uses of Interface
org.terrier.utility.KillHandler.Killable
-
Packages that use KillHandler.Killable Package Description org.terrier.utility This package includes classes that are used in various part of the Terrier Platform. -
-
Uses of KillHandler.Killable in org.terrier.utility
Fields in org.terrier.utility declared as KillHandler.Killable Modifier and Type Field Description protected KillHandler.Killable
KillHandler. killable
Methods in org.terrier.utility with parameters of type KillHandler.Killable Modifier and Type Method Description static void
KillHandler. addKillhandler(KillHandler.Killable object)
Add a Killable objects to the shutdown list which are invoked when the runtime system is terminating.static void
KillHandler. removeKillhandler(KillHandler.Killable object)
Remove a Killable objects from the shutdown list which are invoked when the runtime system is terminating.
-