Uses of Interface
net.smartlab.config.Listener

Uses of Listener in net.smartlab.config
 

Methods in net.smartlab.config with parameters of type Listener
 void Configuration.addListener(Listener listener)
          Adds a configuration changes listener.
static Configuration Configuration.getInstance(java.lang.String uri, Listener listener)
          Returns an instance of a Configuration subclass accordingly to the provided URI monitoring it for updates which will be notified to the provided listener.
static Configuration Configuration.getInstance(java.net.URI uri, Listener listener)
          Returns an instance of a Configuration subclass accordingly to the provided URI monitoring it for updates which will be notified to the provided listener.
 void Configuration.removeListener(Listener listener)
          Removes a configuration changes listener.
 



Copyright © 2002-2008 SmartLab s.r.l.. All Rights Reserved.