org.jboss.dna.graph.connector.inmemory
Interface InMemoryNode.ChangeListener

Enclosing class:
InMemoryNode

public static interface InMemoryNode.ChangeListener

The interface that InMemoryNode objects use to signal when they are about to change.


Method Summary
 void prepareForChange(InMemoryNode node)
          Signal that the supplied node is about to change.
 

Method Detail

prepareForChange

void prepareForChange(InMemoryNode node)
Signal that the supplied node is about to change.

Parameters:
node - the node that is about to change


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