#include <mw/PtiObserver.h>
| class MPtiObserver |
| Public Member Functions | |
|---|---|
| pure virtual void | FirstWordInSelectionList() |
| pure virtual void | KeyTimerExpired() |
| pure virtual void | LastWordInSelectionList() |
PtiEngine observer interface. A client side application can request notifications for certain PtiEngine operations through this interface. It is set via CPtiEngine::SetObserver method.
| void | FirstWordInSelectionList | ( | ) | [pure virtual] |
This method is called when the first item in prediction candidate list is reached. Related to EPtiEnginePredictive input mode.