V
- The type of the changed attributepublic class RepositoryValueEvent<V> extends RepositoryEvent
Modifier and Type | Field and Description |
---|---|
static EventType<RepositoryValueEvent<?>> |
ANY |
source
Constructor and Description |
---|
RepositoryValueEvent(EventType<? extends RepositoryValueEvent<V>> type,
Object origin,
Repository repo,
V oldValue,
V value,
String attributeName) |
Modifier and Type | Method and Description |
---|---|
String |
getAttributeName() |
V |
getOldValue() |
V |
getValue() |
getRepository, getType
clone, copyFor, getCreateTime, getPreviousEvent, hasPreviousEvent
getSource, toString
public static final EventType<RepositoryValueEvent<?>> ANY
public RepositoryValueEvent(EventType<? extends RepositoryValueEvent<V>> type, Object origin, Repository repo, V oldValue, V value, String attributeName)
public V getOldValue()
public String getAttributeName()
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.