public interface PropertyTracker<T extends PropertyContainer>
Modifier and Type | Method and Description |
---|---|
void |
propertyAdded(T primitive,
String propertyName,
Object propertyValue) |
void |
propertyChanged(T primitive,
String propertyName,
Object oldValue,
Object newValue) |
void |
propertyRemoved(T primitive,
String propertyName,
Object propertyValue) |
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.