jopt.csp.util
Interface LongIntervalSetListener


public interface LongIntervalSetListener

Interface that can be implemented by a class that wishes to be notified of addition and removal of intervals from a set


Method Summary
 void intervalAdded(int callback, long start, long end)
           
 void intervalRemoved(int callback, long start, long end)
           
 

Method Detail

intervalAdded

public void intervalAdded(int callback,
                          long start,
                          long end)

intervalRemoved

public void intervalRemoved(int callback,
                            long start,
                            long end)