org.modeshape.jcr.cache.change
Class AbstractPropertyChange
java.lang.Object
org.modeshape.jcr.cache.change.Change
org.modeshape.jcr.cache.change.AbstractNodeChange
org.modeshape.jcr.cache.change.AbstractPropertyChange
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- PropertyAdded, PropertyChanged, PropertyRemoved
public abstract class AbstractPropertyChange
- extends AbstractNodeChange
Base class for all property related changes.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
property
protected final Property property
AbstractPropertyChange
public AbstractPropertyChange(NodeKey key,
Path nodePath,
Property property)
- Creates a new property change event
- Parameters:
key
- the internal identifier of the node on which on which the change occurrednodePath
- the path of the node of the node on which on which the change occurredproperty
- the Property
instance for which the event is fired
getProperty
public Property getProperty()
- Returns:
- property
getPathToNode
public Path getPathToNode()
- Returns:
- path
Copyright © 2008-2013 JBoss, a division of Red Hat. All Rights Reserved.