ALTAEvents Class: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) No edit summary |
Albert Szeto (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{Template: | {{Template:APIClass|ALTAEvents Class|ALTAEvents}} | ||
Inherit the class, override its methods and assign its instance to the Events property of a ALTA data set to be able to handle its events. | Inherit the class, override its methods and assign its instance to the Events property of a ALTA data set to be able to handle its events. | ||
== Methods == | == Methods == | ||
*'''[[Message]]''' {{APIComment|Called by ‘sender’ when a message should be displayed.}} | *'''[[ALTAEvents.Message]]''' {{APIComment|Called by ‘sender’ when a message should be displayed.}} | ||
*'''[[Question]]''' {{APIComment|Called by ‘sender’ when an answer to the question is required.}} | *'''[[ALTAEvents.Question]]''' {{APIComment|Called by ‘sender’ when an answer to the question is required.}} | ||
*'''[[GetDistrParameters]]''' {{APIComment|Called by ‘sender’ when additional input is required.}} | *'''[[ALTAEvents.GetDistrParameters]]''' {{APIComment|Called by ‘sender’ when additional input is required.}} | ||
*'''[[UpdateCalculationProgress]]''' {{APIComment|Called by ‘sender’ when the calculation progress should be updated.}} | *'''[[ALTAEvents.UpdateCalculationProgress]]''' {{APIComment|Called by ‘sender’ when the calculation progress should be updated.}} | ||
*'''[[ShowCalculationProgress]]''' {{APIComment|Called by ‘sender’ when calculation progress should be shown.}} | *'''[[ALTAEvents.ShowCalculationProgress]]''' {{APIComment|Called by ‘sender’ when calculation progress should be shown.}} | ||
*'''[[HideCalculationProgress]]''' {{APIComment|Called by ‘sender’ when calculation progress should be hidden.}} | *'''[[ALTAEvents.HideCalculationProgress]]''' {{APIComment|Called by ‘sender’ when calculation progress should be hidden.}} |
Revision as of 21:51, 16 September 2013
Inherit the class, override its methods and assign its instance to the Events property of a ALTA data set to be able to handle its events.
Methods
- ALTAEvents.Message Called by ‘sender’ when a message should be displayed.
- ALTAEvents.Question Called by ‘sender’ when an answer to the question is required.
- ALTAEvents.GetDistrParameters Called by ‘sender’ when additional input is required.
- ALTAEvents.UpdateCalculationProgress Called by ‘sender’ when the calculation progress should be updated.
- ALTAEvents.ShowCalculationProgress Called by ‘sender’ when calculation progress should be shown.
- ALTAEvents.HideCalculationProgress Called by ‘sender’ when calculation progress should be hidden.