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() |
void | FirstWordInSelectionList | ( | ) | [pure virtual] |
This method is called when the first item in prediction candidate list is reached. Related to EPtiEnginePredictive input mode.
void | KeyTimerExpired | ( | ) | [pure virtual] |
This method is called when multitapping timer expires. Related to EPtiEngineMultitaping input mode.
void | LastWordInSelectionList | ( | ) | [pure virtual] |
This method is called when last item in prediction candidate list is reached. Related to EPtiEnginePredictive input mode.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.