TaskTracer events as of 2.0.0
(NOTE - This table was derived by searching the codebase for "new EventMessage" and by looking at the Office macros)
| Project\File(line #) |
Event Type | ListenerId |
Cause |
notes |
|
|---|---|---|---|---|---|
| 1. | ClipboardListener\ClipboardListener.cs(121) | Copy | Clipboard | Once registered in the Clipboard chain we received a Win32.Msgs.WM_DRAWCLIPBOARD message which cues that the clipboard has changed. Then we get the data from the clipboard. |
|
| 2. | FileListener\FileListener.cs(138) | FileChange | FileSystem | ||
| 3. | FileListener\FileListener.cs(138) | Unknown | FileSystem | ||
| 4. | FileListener\FileListener.cs(157) | FileCreate | FileSystem | ||
| 5. | FileListener\FileListener.cs(176) | FileDelete | FileSystem | ||
| 6. | FileListener\FileListener.cs(192) | FileRename | FileSystem | ||
| 7. | FileOpenListener\FileOpenListener.cs(228) | Open | FileOpenListener | When a common Win32 file is opened by double click on it, we capture it and send an open event for it. | "Common Win32 files" means files other than office files. TaskTracer.ini defines which kinds of files are captured. Defaultly, files from acrobat/psview/notepad are captured. |
| 8. | FileOpenListener\FileOpenListener.cs(244) | SaveAs | FileOpenListener | When a common Win32 file is saved by a file dialog (that is, a SaveAs), we capture it and send a SaveAs event for it. | as above |
| 9. | FileOpenListener\FileOpenListener.cs(244) | Open | FileOpenListener | When a common Win32 file is opened by a file dialog, we capture it and send a SaveAs event for it. | as above |
| 10. | FileOpenListener\FileOpenListener.cs(255) | FolderPredictorTest | FileOpenListener | When a common Win32 file is opened or saved by a file dialog, we record the Windows default folder of that dialog and FolderPredictor's predictions, in order to test the performance of FolderPredictor. | as above |
| 11. | IEAddin\BHO.cs(250) | Close | IExplorer | |
|
| 12. | IEAddin\BHO.cs(296) | Close | IExplorer | ||
| 13. | IEAddin\BHO.cs(296) | Close | WExplorer | ||
| 14. | IEAddin\BHO.cs(379) | FavoriteClicked | IExplorer | When a link other than the pre-set MSN links under 'Favorites' is selected in IExplorer |
|
| 15. | IEAddin\BHO.cs(393) | HistoryClicked | IExplorer | When a link under 'History' is selected in IExplorer |
|
| 16. | IEAddin\BHO.cs(432) | Navigate | IExplorer | When navigating to a website or within local addresses using the IExplorer browser |
|
| 17. | IEAddin\BHO.cs(432) | Navigate | WExplorer | When a local html document is opened in IExplorer browser |
JIRA'd: how to generate |
| 18. | IEAddin\BHO.cs(501) | Quit | IExplorer | When an IExplorer is closed/exited |
|
| 19. | Listener\ControlMessageFactory.cs(33) | EnableEvent | User | Not broadcasted |
|
| 20. | Listener\ControlMessageFactory.cs(45) | DisableEvent | User | Not broadcasted | |
| 21. | Listener\ControlMessageFactory.cs(55) | EventFilterSetEvent | User | Not broadcasted | |
| 22. | Listener\ControlMessageFactory.cs(66) | EnableEventType | User | Not broadcasted | |
| 23. | Listener\ControlMessageFactory.cs(77) | DisableEventType | User | Not broadcasted | |
| 24. | Listener\ControlMessageFactory.cs(88) | EnableEventBody | User | Not broadcasted | |
| 25. | Listener\ControlMessageFactory.cs(100) | DisableEventBody | User | Not broadcasted | |
| 26. | Listener\Listener.cs(1422) | PublisherPause | User | When user pauses publisher |
|
| 27. | Listener\Listener.cs(1449) | PubliserResume | User | When user resumes publisher from paused state |
|
| 28. | Listener\Listener.cs(1481) | EventSystemStop | User |
||
| 29. | Listener\Listener.cs(1518) | TaskBegin | User | When user switches to a new or different task |
|
| 30. | Listener\Listener.cs(1557) | TaskListUpdate | TaskTracer | When user modifies the task list (ie. TaskDeleted, TaskModified, TaskMoved) |
|
| 31. | MessengerListener\MessengerListener.cs(223) | MessageConversationEnd | MsnMessenger | Event unstable | |
| 32. | MessengerListener\MessengerListener.cs(301) | MessageConversationStart | MsnMessenger | Event unstable | |
| 33. | MessengerListener\MessengerListener.cs(395) | MessageConversationJoined | MsnMessenger | Event unstable | |
| 34. | MessengerListener\MessengerListener.cs(418) | MessageConversationLeft | MsnMessenger | Event unstable | |
| 35. | MessengerListener\MessengerListener.cs(477) | MessageFileSent | MsnMessenger | Event unstable | |
| 36. | MessengerListener\MessengerListener.cs(490) | MessageFileSent | MsnMessenger | Event unstable | |
| 37. | MessengerListener\MessengerListener.cs(517) | MessageSent | MsnMessenger | Event unstable | |
| 38. | OSEventListener\OSEventListener.cs(172) | OsWindowCreated | Os | When a window is created |
Under CALO compile flag, the bodytype is now "WindowsPath" instead of "WindowsEventArgs". |
| 39. | OSEventListener\OSEventListener.cs(185) | OsWindowFocus | Os | When a window is activated |
Under CALO compile flag, the bodytype is now "WindowsPath" instead of "WindowsEventArgs". |
| 40. | OSEventListener\OSEventListener.cs(197) | FileOpenedWith | Os | Disabled | |
| 41. | OSEventListener\OSEventListener.cs(209) | OsWindowDestroyed | Os | When a window is destroyed |
Under CALO compile flag, the bodytype is now "WindowsPath" instead of "WindowsEventArgs". |
| 42. | OSEventListener\OSEventListener.cs(253) | MouseClick | User | ||
| 43. | OSEventListener\OSEventListener.cs(308) | KeyPresses | User | ||
| 44. | Publisher\Server.cs(451) | SubscriberIdentify | Publisher | ||
| 45. | Publisher\Server.cs(537) | EventSystemStart | TaskTracer | ||
| 46. | Publisher\Server.cs(966) | OsWindowFocus | Os | Referrence number 39 |
OS_EVENT_LISTENER compile flag |
| 47. | Publisher\Server.cs(975) | OsWindowCreated | Os | Referrence number 38 |
OS_EVENT_LISTENER compile flag |
| 48. | Publisher\Server.cs(1002) | Navigate | IExplorer | Referrence number 16 |
INACTIVE - commented out |
| 49. | Publisher\Server.cs(1009) | Navigate | IExplorer | Referrence number 16 |
INACTIVE - commented out |
| 50. | Publisher\Server.cs(1016) | New | IExplorer | INACTIVE - commented out |
|
| 51. | Publisher\Server.cs(1023) | Close | IExplorer | INACTIVE - commented out |
|
| 52. | TaskAddin\Connect.cs(498) | Quit | MsExcel |
When MsExcel is closed |
|
| 53. | TaskAddin\Connect.cs(498) | Quit | MsPowerPoint |
When MsPowerPoint is closed, not just a PowerPoint document. |
|
| 54. | TaskAddin\Connect.cs(498) | Quit | MsOutlook |
When there are other components of Outlook opened (eg. an email is opened in a different window) and the main Outlook software is closed, causing Outlook to 'quit' and kill all extra windows. This event does not flow when Outlook is closed and there are no additional windows of Outlook opened beside the main interface. |
|
| 55. | TaskAddin\Connect.cs(498) | Quit | VisualStudio |
When VisualStudio is closed |
|
| 56. | TaskAddin\Connect.cs(498) | Quit | MsWord |
When the whole MsWord software is closed, not just a Word document |
|
| 57. | TaskAddin\Connect.cs(829) | Save | VisualStudio | VisualStudio document/solution saved or 'SaveAs' |
|
| 58. | TaskAddin\Connect.cs(843) | Open | VisualStudio | VisualStudio document opened |
|
| 59. | TaskAddin\Connect.cs(857) | Open | VisualStudio | VisualStudio Solution file opened |
|
| 60. | TaskAddin\Connect.cs(873) | New | MsWord | New Word document created |
|
| 61. | TaskAddin\Connect.cs(885) | Open |
MsWord | Word document opened |
|
| 62. | TaskAddin\Connect.cs(899) | Close | MsWord | Word document closed |
|
| 63. | TaskAddin\Connect.cs(913) | MsWord | Word document printed |
sent even if print dialog is cancelled |
|
| 64. | TaskAddin\Connect.cs(973) | TextSelectionChange | MsWord | When a portion of the text in the document is highlighted/selected |
|
| 65. | TaskAddin\Connect.cs(1001) | New | MsExcel | new Excel workbook |
|
| 66. | TaskAddin\Connect.cs(1009) | Open | MsExcel | open Excel workbook |
|
| 67. | TaskAddin\Connect.cs(1017) | Close | MsExcel | close Excel workbook |
|
| 68. | TaskAddin\Connect.cs(1025) | MsExcel | print Excel workbook |
sent even if print dialog is cancelled |
|
| 69. | TaskAddin\Connect.cs(1070) | Open | MsOutlook | open MailItem |
|
| 70. | TaskAddin\Connect.cs(1092) | Send | MsOutlook | MailItem sent |
|
| 71. | TaskAddin\Connect.cs(1223) | Read | MsOutlook | MailItem read |
The "read" event is triggered ONLY THE FIRST TIME that the user looks at a mail message. This includes when a mail item is opened (double-clicked, in which case an "open" event is also triggered) and when the message is shown in the preview pane. This event does not appear to have anything to do with the "unread" message flag. |
| 72. | TaskAddin\Connect.cs(1437) | Close | MsPowerPoint | PowerPoint presentation closed |
|
| 73. | TaskAddin\Connect.cs(1452) | New | MsPowerPoint | new PowerPoint presentation |
|
| 74. | TaskAddin\Connect.cs(1467) | Open | MsPowerPoint | open PowerPoint presentation |
|
| 75. | TaskAddin\Connect.cs(1482) | Save | MsPowerPoint | Event flows when the document is either 'Save' or 'SaveAs' |
|
| 76. | TaskAddin\Connect.cs(1508) | MsPowerPoint | print PowerPoint presentation |
||
| 77. | TaskAddin\Connect.cs(1545) | Save | MsWord | When the save option is selected for a word document. Does not flow when 'SaveAs' is selected as this fires a different event, refer to item number 111. |
|
| 78. | TaskAddin\Connect.cs(1573) | Save | MsExcel | When the save option is selected for an excel document. Does not flow when 'SaveAs' is selected as this fires a different event, refer to item number 112. | |
| 79. | TaskAddin\Connect.cs(1595) | FileOpenedWith | MsWord | Disabled |
|
| 80. | TaskAddin\Connect.cs(1611) | FileOpenedWith | MsExcel | Disabled | |
| 81. | TaskAddin\Connect.cs(1627) | FileOpenedWith | MsPowerPoint | Disabled | |
| 82. | TaskAddin\Connect.cs(1651) | FolderPredictorTest | MsWord | When a MsWord file is opened or saved by a file dialog, we record the Windows default folder of that dialog and FolderPredictor's predictions, in order to test the performance of FolderPredictor. | |
| 83. | TaskAddin\Connect.cs(1675) | FolderPredictorTest | MsExcel | When a MsExcel file is opened or saved by a file dialog, we record the Windows default folder of that dialog and FolderPredictor's predictions, in order to test the performance of FolderPredictor. | |
| 84. | TaskAddin\Connect.cs(1699) | FolderPredictorTest | MsPowerPoint | When a MsPowerPoint file is opened or saved by a file dialog, we record the Windows default folder of that dialog and FolderPredictor's predictions, in order to test the performance of FolderPredictor. | |
| 85. | TaskAddin\MailAddIn.cs(55) | MailArrived | MsOutlook | When a new email arrived in Inbox, this event is fired with the mailitem of the email. It actually captures the NewMailEvent of Outlook. |
|
| 86. | TaskAddin\MailAddIn.cs(77) | MailPredicted | MsOutlook | This event is sent by the EmailPredictor (In progress) when it thinks that the mail message belongs to a specified task. |
|
| 87. | CaptionEditor\Editor.cs(1136) | TaskBeginGold | User | ||
| 88. | CaptionEditor\Editor.cs(1144) | EventSystemStopGold | User | ||
| 89. | CaptionEditor\Editor.cs(1576) | EventSystemStop | User | ||
| 90. | CaptionEditor\Editor.cs(1577) | TaskBegin | User | Referrence number 29 |
|
| 91. | FolderPredictor\FolderPredictor.cs(503) | FolderPrediction | FolderPredictor | When FolderPredictor is shutdown, we send a FolderPrediction event with "None" as predictions to notify other components that are using FolderPredictor's predictions that FolderPredictor is down. | |
| 92. | FolderPredictor\FolderPredictor.cs(1968) | FolderPrediction | FolderPredictor | When a new FolderPrediction is made, FolderPredictor will send a FolderPrediction event with top-3 predicted folders to other components that are using FolderPredictor's predictions . | This happens when task changes or user opens/saves a file. |
| 93. | TaskPredictor\TaskPredictor.cs(524) | ExplicitUserFeedBack | TaskPredictor | When TaskPredictor sees an ExplicitUserFeed back, TaskPredictor sends out this Event with the WDS and the task associates with it |
This happens when the user clicks the change task button in the window TaskPredictor pops up to request a task change |
| 94. | TaskPredictor\TaskPredictor.cs(540) | ExplicitUserFeedBack | TaskPredictor | When TaskPredictor sees an ExplicitUserFeed back, TaskPredictor sends out this Event with the WDS and the task associates with it | This happens when the user clicks the change task button in the window TaskPredictor pops up to request a task change |
| 95. | TaskPredictor\TaskPredictor.cs(886) | TaskBegin | TaskPredictor | When TaskPredictor considers there is a Task switch and it has been confirmed by the user. This event message is sent out with the new task path. If the user allows TaskPredictor automatically change the task, this event will be sent without user's confirmation |
|
| 96. | TaskUI\TaskApplication.cs(288) | TaskResourceCreated | User | When user creates a new document or file which gets recorded in TaskExplorer under a certain 'Task' |
|
| 97. | TaskUI\TaskApplication.cs(288) | TaskResourceDeleted | User | When user deletes a document of a 'Task' in TaskExplorer |
|
| 98. | TaskUI\TaskApplication.cs(288) | TaskResourceChosen | User | When user double-clicks and open a document of a certain task in TaskExplorer |
|
| 99. | TaskUI\TaskApplication.cs(314) | TaskResourceMoved | User | When user drag-and-drops a document from a certain task to a different task in TaskExplorer |
|
| 100. | TaskUI\TaskTreeView.cs(812) | TaskMoved | User | When user moves a task/subtask into another task/subtask |
|
| 101. | TaskUI\TaskTreeView.cs(812) | TaskModified | User | When user renames or modifies a task/subtask |
|
| 102. | TaskUI\TaskTreeView.cs(840) | TaskDeleted | User | When user deletes a task/subtask |
|
| 103. | TaskUI\TaskTreeView.cs(840) | TaskChosen | User | When user switches to a different task by clicking on it in TaskExplorer |
|
| 104. | TaskAddin\TaskSensor Macros.dot | Copy | MsWord | When a selection in Word document is copied |
|
| 105. | TaskAddin\TaskSensor Macros.dot | Cut | MsWord | When a selection in Word document is cut |
|
| 106. | TaskAddin\TaskSensor Macros.dot | Paste | MsWord | When a selection in Word document is pasted |
|
| 107. | TaskAddin\TaskSensor Macros.xla | Copy | MsExcel | When a selection in Excel is copied |
|
| 108. | TaskAddin\TaskSensor Macros.xla | Cut | MsExcel | When a selection in Excel is cut |
|
| 109. | TaskAddin\TaskSensor Macros.xla | Paste | MsExcel | When a selection in Excel is pasted |
|
| 110. | ? | MailLabeled | MsOutlook | Refer to item number 86 in Ontologizing to-do-list table |
|
| 111. | ? | SaveAs | MsWord | When a Word document is saved as a new file, hence the 'SaveAs' option is used instead of Save |
|
| 112. | ? | SaveAs | MsExcel | When an Excel document is saved as a new file, hence the 'SaveAs' option is used instead of Save |
|
| 113. | ? | TaskCreated | User | |
Labels
(None)
