jopt.csp.util
Interface FloatSparseSetListener


public interface FloatSparseSetListener

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


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

Method Detail

valueAdded

public void valueAdded(int callback,
                       float val)

valueRemoved

public void valueRemoved(int callback,
                         float val)