|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |