Uses of Class
org.jboss.dna.graph.observe.Changes

Packages that use Changes
org.jboss.dna.graph.observe The Observation API provides several mechanisms for asynchronously observing changes to content. 
org.jboss.dna.repository The components and services that make up the JBoss DNA repository engine. 
 

Uses of Changes in org.jboss.dna.graph.observe
 

Methods in org.jboss.dna.graph.observe with parameters of type Changes
 void ChangeObservers.broadcast(Changes changes)
          Broadcast the supplied changes to the registered observers.
 int Changes.compareTo(Changes that)
          
 void Observer.notify(Changes changes)
          Method that is called for each set of changes from the Observable instance(s) with which this observer is registered.
 void ObservationBus.notify(Changes changes)
          Method that is called for each set of changes from the Observable instance(s) with which this observer is registered.
 void NetChangeObserver.notify(Changes changes)
          Method that is called for each Changes from the Observable instance(s) with which this listener is registered.
abstract  void ChangeObserver.notify(Changes changeSet)
          Method that is called for each Changes from the Observable instance(s) with which this listener is registered.
 

Uses of Changes in org.jboss.dna.repository
 

Methods in org.jboss.dna.repository with parameters of type Changes
 void RepositoryService.notify(Changes changes)
          Method that is called for each set of changes from the Observable instance(s) with which this observer is registered.
 



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