net.sf.jzeno.util
Class CollectionChangeDetectorFactory

java.lang.Object
  extended by net.sf.jzeno.util.CollectionChangeDetectorFactory

public class CollectionChangeDetectorFactory
extends java.lang.Object


Nested Class Summary
static class CollectionChangeDetectorFactory.Callback
           
static interface CollectionChangeDetectorFactory.SnapshotProxy
           
 
Constructor Summary
CollectionChangeDetectorFactory()
           
 
Method Summary
static java.util.Collection createChangeDetector(java.lang.Class baseClassOrInterface, java.util.Collection collection, CollectionChangeListener listener)
           
static java.util.Collection createChangeDetector(java.util.Collection collection, CollectionChangeListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionChangeDetectorFactory

public CollectionChangeDetectorFactory()
Method Detail

createChangeDetector

public static java.util.Collection createChangeDetector(java.util.Collection collection,
                                                        CollectionChangeListener listener)

createChangeDetector

public static java.util.Collection createChangeDetector(java.lang.Class baseClassOrInterface,
                                                        java.util.Collection collection,
                                                        CollectionChangeListener listener)