API published in: S60 3rd Ed
Link against: ptiengine.lib
Required Capabilities
None
#include <ptiobserver.h>
A client side application can request notifications for certain PtiEngine operations through this interface. It is set via CPtiEngine::SetObserver method.
Public Member Functions |
|
virtual void | KeyTimerExpired ()=0 |
This method is called when multitapping timer expires. |
|
virtual void | LastWordInSelectionList ()=0 |
This method is called when last item in prediction candidate list is reached. |
|
virtual void | FirstWordInSelectionList ()=0 |
This method is called when the first item in prediction candidate list is reached. |
|
This method is called when the first item in prediction candidate list is reached. Related to EPtiEnginePredictive input mode. |
|
This method is called when multitapping timer expires. Related to EPtiEngineMultitaping input mode. |
|
This method is called when last item in prediction candidate list is reached. Related to EPtiEnginePredictive input mode. |