uidesigner/com.nokia.sdt.series60.componentlibrary/components/view/CAknView_events.inc
author dadubrow
Wed, 16 Dec 2009 10:28:34 -0600
changeset 688 ae5ff180a61d
parent 0 fb279309251b
permissions -rw-r--r--
Changes to remote connections add javadoc to IConnectionsManager + IConnectionTypeProvider deprecate internal methods and don't use them internally from interface add new interfaces and methods to support host PnP

<event name="handleStatusPaneSizeChange" category="View" 
    handlerNameTemplate="Handle{title(name)}StatusPaneSizeChange"
    descriptionKey="handleStatusPaneSizeChangeDescription"
/>
<event name="handleCommand" category="View" 
    handlerNameTemplate="Handle{title(name)}CommandL"
    descriptionKey="handleCommandDescription"
/>
<event name="activated" category="View" 
    handlerNameTemplate="Handle{title(name)}ActivatedL"
    descriptionKey="activatedDescription"
/>
<event name="deactivated" category="View" 
    handlerNameTemplate="Handle{title(name)}Deactivated"
    descriptionKey="deactivatedDescription"
/>