Package | Description |
---|---|
org.apache.tamaya.event |
This package provides artifacts to distribute property changes, so instances can observe the changes.
|
org.apache.tamaya.inject.internal |
This package provides default implementation of a purely SE based injection mechanism.
|
Modifier and Type | Method and Description |
---|---|
PropertyChangeSet |
PropertyChangeSetBuilder.build()
Builds s new change set.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigChangeCallbackMethod.call(Object instance,
PropertyChangeSet configChangeEvent) |
void |
PropertyChangeSetListener.propertyChange(PropertyChangeSet evt)
This method gets called when a bound property is changed.
|
void |
WeakConfigListenerManager.publishChangeEvent(PropertyChangeSet change)
Publishes a change event to all consumers registered.
|
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.