Uses of Interface
edu.UCL.satin.arch.lmu.Handler

Packages that use Handler
edu.UCL.satin.arch.lmu   
edu.UCL.satin.impl.MiToolkitDeployer   
 

Uses of Handler in edu.UCL.satin.arch.lmu
 

Methods in edu.UCL.satin.arch.lmu that return Handler
 Handler LMU.getHandler()
          Returns the Handler for this lmu
 

Methods in edu.UCL.satin.arch.lmu with parameters of type Handler
 void LMU.addHandler(Handler h)
          Adds a Handler to the lmu
 

Uses of Handler in edu.UCL.satin.impl.MiToolkitDeployer
 

Fields in edu.UCL.satin.impl.MiToolkitDeployer declared as Handler
private  Handler HashLMU.handler
           
 

Methods in edu.UCL.satin.impl.MiToolkitDeployer that return Handler
 Handler HashLMU.getHandler()
           
 

Methods in edu.UCL.satin.impl.MiToolkitDeployer with parameters of type Handler
 void HashLMU.addHandler(Handler h)