org.modeshape.repository
Class RepositoryService.ConfigurationChangeObserver

java.lang.Object
  extended by org.modeshape.graph.observe.ChangeObserver
      extended by org.modeshape.graph.observe.NetChangeObserver
          extended by org.modeshape.repository.RepositoryService.ConfigurationChangeObserver
All Implemented Interfaces:
Observer
Enclosing class:
RepositoryService

protected class RepositoryService.ConfigurationChangeObserver
extends NetChangeObserver


Nested Class Summary
 
Nested classes/interfaces inherited from class org.modeshape.graph.observe.NetChangeObserver
NetChangeObserver.ChangeContext, NetChangeObserver.ChangeType, NetChangeObserver.NetChange, NetChangeObserver.NetChanges
 
Nested classes/interfaces inherited from class org.modeshape.graph.observe.ChangeObserver
ChangeObserver.ChangeSourceReference
 
Constructor Summary
protected RepositoryService.ConfigurationChangeObserver()
           
 
Method Summary
protected  void notify(NetChangeObserver.NetChanges netChanges)
          Method that is called for the set of net changes.
 
Methods inherited from class org.modeshape.graph.observe.NetChangeObserver
notify
 
Methods inherited from class org.modeshape.graph.observe.ChangeObserver
doUnregister, isRegistered, unregister
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryService.ConfigurationChangeObserver

protected RepositoryService.ConfigurationChangeObserver()
Method Detail

notify

protected void notify(NetChangeObserver.NetChanges netChanges)
Method that is called for the set of net changes.

Specified by:
notify in class NetChangeObserver
Parameters:
netChanges - the net changes; never null
See Also:
NetChangeObserver.notify(org.modeshape.graph.observe.NetChangeObserver.NetChanges)


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