public class SessionConfigEvent extends PropertyChangeEvent
source| Constructor and Description |
|---|
SessionConfigEvent(Object source,
String propertyName,
Object oldValue,
Object newValue)
Constructs a new
SessionConfigChangeEvent. |
getNewValue, getOldValue, getPropagationId, getPropertyName, setPropagationId, toStringgetSourcepublic SessionConfigEvent(Object source, String propertyName, Object oldValue, Object newValue)
SessionConfigChangeEvent.source - The bean that fired the event.propertyName - The programmatic name of the property
that was changed.oldValue - The old value of the property.newValue - The new value of the property.Copyright © 2018. All rights reserved.