ILOG CPLEX 11.0 User's Manual > Advanced Programming Techniques > Using Optimization Callbacks > Implementing Callbacks in ILOG CPLEX with Concert Technology > The Continuous Callback

The second special callback class is IloCplex::ContinuousCallbackI (IloCplex.ContinuousCallback). If you create a Continuous callback and use it with an IloCplex object, it will be used for both the barrier and the simplex callback. In other words, implementing and using one Continuous callback is equivalent to writing and using these two callbacks independently.