public abstract class CListListener
extends java.lang.Object
Listener used to detect changes of expression.
If changes are detected then JCalc API will automatically do conversion from infix to postfix on next calculation.
Otherwise infix to postfix are made only first calculation.