MPtiObserver Class Reference

class MPtiObserver

PtiEngine observer interface. A client side application can request notifications for certain PtiEngine operations through this interface. It is set via CPtiEngine::SetObserver method.

Public Member Functions
void FirstWordInSelectionList ()
void KeyTimerExpired ()
void LastWordInSelectionList ()

Member Functions Documentation

FirstWordInSelectionList()

void FirstWordInSelectionList ( ) [pure virtual]

This method is called when the first item in prediction candidate list is reached. Related to EPtiEnginePredictive input mode.

KeyTimerExpired()

void KeyTimerExpired ( ) [pure virtual]

This method is called when multitapping timer expires. Related to EPtiEngineMultitaping input mode.

LastWordInSelectionList()

void LastWordInSelectionList ( ) [pure virtual]

This method is called when last item in prediction candidate list is reached. Related to EPtiEnginePredictive input mode.