Symbian3/SDK/Source/GUID-E0C21636-657A-413F-A905-A08608B60768.dita
changeset 8 ae94777fff8f
parent 7 51a74ef9ed63
child 13 48780e181b38
equal deleted inserted replaced
7:51a74ef9ed63 8:ae94777fff8f
    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_d0e80478_href.png" scale="70" placement="inline"/>
    19 <image href="GUID-5C1EC237-EBC3-474D-B58D-502B82911DCA_d0e75346_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>