Callback function used to notify of text changes.
abstract class TextChangeListener{ call(String text); }
OptionValueDirective