Uses of Interface
org.terrier.utility.KillHandler.Killable

Packages that use KillHandler.Killable
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
protected  KillHandler.Killable KillHandler.killable
           
 

Methods in org.terrier.utility with parameters of type KillHandler.Killable
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.
 



Terrier 3.5. Copyright © 2004-2011 University of Glasgow