ALTAEvents Class: Difference between revisions
Jump to navigation
Jump to search
m (Protected "ALTAEvents Class" ([edit=sysop] (indefinite) [move=sysop] (indefinite)) [cascading]) |
Lisa Hacker (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{Template:APIClass|ALTAEvents Class|ALTAEvents}} | {{Template:APIClass|ALTAEvents Class|ALTAEvents}} | ||
Inherit the class, override its methods and assign its instance to the Events property of | Inherit the class, override its methods and assign its instance to the Events property of an ALTA data set to be able to handle its events. | ||
== Methods == | == Methods == |
Revision as of 17:20, 16 January 2014
Inherit the class, override its methods and assign its instance to the Events property of an ALTA data set to be able to handle its events.
Methods
- Message Called by ‘sender’ when a message should be displayed.
- Question Called by ‘sender’ when an answer to the question is required.
- UpdateCalculationProgress Called by ‘sender’ when the calculation progress should be updated.
- ShowCalculationProgress Called by ‘sender’ when calculation progress should be shown.
- HideCalculationProgress Called by ‘sender’ when calculation progress should be hidden.