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

Packages that use NetChangeObserver.NetChanges
org.modeshape.graph.observe The Observation API provides several mechanisms for asynchronously observing changes to content. 
org.modeshape.repository The components and services that make up ModeShape's lower-level graph engine, which is used within its JCR Engine. 
org.modeshape.repository.sequencer The classes that make up the sequencing service and its configuration. 
 

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

Methods in org.modeshape.graph.observe with parameters of type NetChangeObserver.NetChanges
protected abstract  void NetChangeObserver.notify(NetChangeObserver.NetChanges netChanges)
          Method that is called for the set of net changes.
 

Uses of NetChangeObserver.NetChanges in org.modeshape.repository
 

Methods in org.modeshape.repository with parameters of type NetChangeObserver.NetChanges
protected  void RepositoryService.ConfigurationChangeObserver.notify(NetChangeObserver.NetChanges netChanges)
          Method that is called for the set of net changes.
 

Uses of NetChangeObserver.NetChanges in org.modeshape.repository.sequencer
 

Methods in org.modeshape.repository.sequencer with parameters of type NetChangeObserver.NetChanges
protected  void SequencingService.RepositoryObserver.notify(NetChangeObserver.NetChanges netChanges)
          Method that is called for the set of net changes.
protected  void SequencingService.processChange(NetChangeObserver.NetChanges changes)
          Do the work of processing by sequencing the node.
 



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