Celtix User APIs

Uses of Interface
org.objectweb.celtix.configuration.Configurator

Packages that use Configurator
org.objectweb.celtix.configuration   
 

Uses of Configurator in org.objectweb.celtix.configuration
 

Methods in org.objectweb.celtix.configuration that return Configurator
 Configurator Configurator.getHook()
           
 

Methods in org.objectweb.celtix.configuration that return types with arguments of type Configurator
 Collection<Configurator> Configurator.getClients()
           
 

Methods in org.objectweb.celtix.configuration with parameters of type Configurator
 void Configurator.registerClient(Configurator c)
           
 void Configurator.unregisterClient(Configurator c)
           
 


Celtix User APIs