org.jboss.dna.repository.sequencers
Interface SequencingService.NodeFilter

Enclosing class:
SequencingService

public static interface SequencingService.NodeFilter

Interface used to determine whether a NodeChange should be processed.

Author:
Randall Hauch

Method Summary
 boolean accept(NodeChange nodeChange)
          Determine whether the node represented by the supplied change should be submitted for sequencing.
 

Method Detail

accept

boolean accept(NodeChange nodeChange)
Determine whether the node represented by the supplied change should be submitted for sequencing.

Parameters:
nodeChange - the node change event
Returns:
true if the node should be submitted for sequencing, or false if the change should be ignored


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