FRAMES NO FRAMES

Class IloListener

Definition file: ilsolver/iimevent.h
Include file: <ilsolver/iim.h>
The listener class.

Listeners are IloEvent handlers. You can easily define new listeners by using the ILOIIMLISTENER0 macro or one of its variants.

See Also:

Method Summary
public voidend()
public IloEnvgetEnv() const
Method Detail

end

public void end()
brief Destroys the object.

This function deletes the object from the environment on which it was allocated and sets the implementation pointer to zero.


getEnv

public IloEnv getEnv() const
brief Returns the allocation environment.

This function returns the environment on which the invoking object was allocated.