jopt.csp.util
Interface IntSparseSetListener


public interface IntSparseSetListener

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


Method Summary
 void valueAdded(int callback, int val)
           
 void valueRemoved(int callback, int val)
           
 

Method Detail

valueAdded

public void valueAdded(int callback,
                       int val)

valueRemoved

public void valueRemoved(int callback,
                         int val)