ModeShape Distribution 3.6.0.Final

org.modeshape.jcr.cache.change
Class PropertyRemoved

java.lang.Object
  extended by org.modeshape.jcr.cache.change.Change
      extended by org.modeshape.jcr.cache.change.AbstractNodeChange
          extended by org.modeshape.jcr.cache.change.AbstractPropertyChange
              extended by org.modeshape.jcr.cache.change.PropertyRemoved
All Implemented Interfaces:
Serializable

public class PropertyRemoved
extends AbstractPropertyChange

Internal event fired when a property is removed from a node.

See Also:
Serialized Form

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
PropertyRemoved(NodeKey key, Path nodePath, Property property)
           
 
Method Summary
 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

PropertyRemoved

public PropertyRemoved(NodeKey key,
                       Path nodePath,
                       Property property)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

ModeShape Distribution 3.6.0.Final

Copyright © 2008-2013 JBoss, a division of Red Hat. All Rights Reserved.