|
ModeShape Distribution 3.5.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.modeshape.jcr.cache.change.Change
org.modeshape.jcr.cache.change.AbstractNodeChange
org.modeshape.jcr.cache.change.AbstractPropertyChange
org.modeshape.jcr.cache.change.PropertyChanged
public class PropertyChanged
Internal event fired when a property is changed on a node
Field Summary |
---|
Fields inherited from class org.modeshape.jcr.cache.change.AbstractPropertyChange |
---|
property |
Fields inherited from class org.modeshape.jcr.cache.change.AbstractNodeChange |
---|
path |
Constructor Summary | |
---|---|
PropertyChanged(NodeKey key,
Path nodePath,
Property newProperty,
Property oldProperty)
|
Method Summary | |
---|---|
Property |
getNewProperty()
|
Property |
getOldProperty()
|
String |
toString()
|
Methods inherited from class org.modeshape.jcr.cache.change.AbstractPropertyChange |
---|
getPathToNode, getProperty |
Methods inherited from class org.modeshape.jcr.cache.change.AbstractNodeChange |
---|
getKey, getPath |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PropertyChanged(NodeKey key, Path nodePath, Property newProperty, Property oldProperty)
Method Detail |
---|
public Property getNewProperty()
public Property getOldProperty()
public String toString()
toString
in class Object
|
ModeShape Distribution 3.5.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |