equal
deleted
inserted
replaced
416 * @since Symbian TB9.2 |
416 * @since Symbian TB9.2 |
417 * @param aEventData The trace data |
417 * @param aEventData The trace data |
418 */ |
418 */ |
419 void OnEndWritingL( const TDesC& aEventData ); |
419 void OnEndWritingL( const TDesC& aEventData ); |
420 |
420 |
421 /** |
|
422 * Handle the candidate selection event |
|
423 * |
|
424 * @since Symbian TB9.2 |
|
425 * @param aEventData The trace data |
|
426 */ |
|
427 void OnSelectedCandidatesL( const TDesC& aEventData ); |
|
428 |
|
429 }; |
421 }; |
430 |
422 |
431 /** |
423 /** |
432 * The CandidateSelecting state class for Chinese. |
424 * The CandidateSelecting state class for Chinese. |
433 * |
425 * |