Interface TextViewEvents

All Superinterfaces:
COMDispatchEvent
All Known Implementing Classes:
TextViewEventsDefaultHandler

public interface TextViewEvents
extends COMDispatchEvent
  • Method Summary

    Modifier and Type Method Description
    boolean onBeforeShowSuggestions()
    This method is called before the suggestion window is shown.
    boolean onChar​(int nChar, boolean bExistSuggestion)
    This method is called on each key stroke.

    Methods inherited from interface com.altova.automation.libs.COMDispatchEvent

    onEvent