|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jame.core.config.RuntimeElement
net.sf.jame.core.extension.ExtensionRuntime
net.sf.jame.core.extension.ConfigurableExtensionRuntime<T>
public abstract class ConfigurableExtensionRuntime<T extends ExtensionConfig>
Interface of extension runtimes.
| Constructor Summary | |
|---|---|
ConfigurableExtensionRuntime()
|
|
| Method Summary | |
|---|---|
void |
configReloaded()
Called when config is changed. |
void |
dispose()
Disposes the element resources. |
T |
getConfig()
Returns the config. |
void |
setConfig(T config)
Sets the config. |
void |
valueChanged(ValueChangeEvent e)
Called to process a new event. |
| Methods inherited from class net.sf.jame.core.config.RuntimeElement |
|---|
changeCount, finalize, fireChanged, isChanged |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConfigurableExtensionRuntime()
| Method Detail |
|---|
public void dispose()
RuntimeElement
dispose in class RuntimeElementRuntimeElement.dispose()public final void setConfig(T config)
config - the config to set.public final T getConfig()
public void configReloaded()
public void valueChanged(ValueChangeEvent e)
ValueChangeListener
valueChanged in interface ValueChangeListenere - the event to process.ValueChangeListener.valueChanged(net.sf.jame.core.config.ValueChangeEvent)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||