Package | Description |
---|---|
org.apache.tamaya.events |
This package provides the main building blocks for handling configuration changes, such as
ConfigEvent , ConfigEventListener . |
org.apache.tamaya.events.internal |
This package contains internal default implementations for the config events module.
|
org.apache.tamaya.events.spi |
This package contains the SPI to implement the
ConfigEvent singleton. |
Modifier and Type | Method and Description |
---|---|
static <T> void |
ConfigEvent.addListener(ConfigEventListener<T> l)
Add a listener for observing change events on
Configuration . |
static <T> void |
ConfigEvent.removeListener(ConfigEventListener<T> l)
Add a listener for observing change events on
PropertySource . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultConfigurationContextChangeListener
Default ConfigEventListener for ConfigurationContextChange events that updates the current context, if resources were
affected.
|
Modifier and Type | Method and Description |
---|---|
<T> void |
DefaultConfigEventSpi.addListener(ConfigEventListener<T> l) |
<T> void |
DefaultConfigEventSpi.removeListener(ConfigEventListener<T> l) |
Modifier and Type | Method and Description |
---|---|
<T> void |
ConfigEventSpi.addListener(ConfigEventListener<T> l)
Add a listener for observing events.
|
<T> void |
ConfigEventSpi.removeListener(ConfigEventListener<T> l)
Removes a listener for observing events.
|
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.