public interface  org.apache.commons.math.util.Incrementor$MaxCountExceededCallback extends java.lang.Object
{
public abstract void trigger(int) throws org.apache.commons.math.exception.MaxCountExceededException;
}