Uses of Class
org.modeshape.graph.observe.NetChangeObserver.NetChange

Packages that use NetChangeObserver.NetChange
org.modeshape.graph.observe The Observation API provides several mechanisms for asynchronously observing changes to content. 
 

Uses of NetChangeObserver.NetChange in org.modeshape.graph.observe
 

Methods in org.modeshape.graph.observe that return types with arguments of type NetChangeObserver.NetChange
 List<NetChangeObserver.NetChange> NetChangeObserver.NetChanges.getNetChanges()
          Get the list of net changes.
 

Methods in org.modeshape.graph.observe with parameters of type NetChangeObserver.NetChange
 boolean NetChangeObserver.NetChange.isSameNode(NetChangeObserver.NetChange that)
           
 

Constructor parameters in org.modeshape.graph.observe with type arguments of type NetChangeObserver.NetChange
NetChangeObserver.NetChanges(Changes changes, List<NetChangeObserver.NetChange> netChanges)
           
 



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