Symbian3/PDK/Source/GUID-E0C21636-657A-413F-A905-A08608B60768.dita
changeset 12 80ef3a206772
parent 9 59758314f811
child 14 578be2adaf3e
equal deleted inserted replaced
11:5072524fcc79 12:80ef3a206772
    14 <p>The class structure consists of the class <codeph>CaknLongTapDetector</codeph>.
    14 <p>The class structure consists of the class <codeph>CaknLongTapDetector</codeph>.
    15 The <codeph>MaknLongTapDetectorCallBack</codeph> interface is used for notifying
    15 The <codeph>MaknLongTapDetectorCallBack</codeph> interface is used for notifying
    16 clients about long tap events.</p>
    16 clients about long tap events.</p>
    17 <fig id="GUID-9BC1E66F-A6EC-4976-BCDA-A80BD3B921DC">
    17 <fig id="GUID-9BC1E66F-A6EC-4976-BCDA-A80BD3B921DC">
    18 <title>Touch UI utilities API class structure</title>
    18 <title>Touch UI utilities API class structure</title>
    19 <image href="GUID-5C1EC237-EBC3-474D-B58D-502B82911DCA_d0e103581_href.png" scale="70" placement="inline"/>
    19 <image href="GUID-5C1EC237-EBC3-474D-B58D-502B82911DCA_d0e107601_href.png" scale="70" placement="inline"/>
    20 </fig>
    20 </fig>
    21 <p>To receive long tap events in your application, implement the <codeph>MaknLongTapDetectorCallBack</codeph> interface.
    21 <p>To receive long tap events in your application, implement the <codeph>MaknLongTapDetectorCallBack</codeph> interface.
    22 When the user makes long tap on the device screen, the framework sends events
    22 When the user makes long tap on the device screen, the framework sends events
    23 through this interface. Use the method <codeph>HandleLongTapEventL</codeph> to
    23 through this interface. Use the method <codeph>HandleLongTapEventL</codeph> to
    24 handle the events sent by the framework.</p>
    24 handle the events sent by the framework.</p>