org.jvnet.lafwidget.utils
Interface DeltaQueue.DeltaMatcher

Enclosing class:
DeltaQueue

public static interface DeltaQueue.DeltaMatcher

Interface for comparing two delta instances.

Author:
Kirill Grouchnikov.

Method Summary
 boolean matches(DeltaQueue.Deltable deltable)
          Returns true if the specified delta matches some criteria.
 

Method Detail

matches

boolean matches(DeltaQueue.Deltable deltable)
Returns true if the specified delta matches some criteria.

Parameters:
deltable - Delta.
Returns:
true if the specified delta matches some criteria, false otherwise.