ALTAEvents Class: Difference between revisions
Jump to navigation
Jump to search
Albert Szeto (talk | contribs) No edit summary |
Albert Szeto (talk | contribs) No edit summary |
||
Line 4: | Line 4: | ||
== Methods == | == Methods == | ||
*'''[[ALTAEvents.Message]]''' {{APIComment|Called by ‘sender’ when a message should be displayed.}} | *'''[[ALTAEvents.Message|Message]]''' {{APIComment|Called by ‘sender’ when a message should be displayed.}} | ||
*'''[[ALTAEvents.Question]]''' {{APIComment|Called by ‘sender’ when an answer to the question is required.}} | *'''[[ALTAEvents.Question|Question]]''' {{APIComment|Called by ‘sender’ when an answer to the question is required.}} | ||
*'''[[ALTAEvents.GetDistrParameters]]''' {{APIComment|Called by ‘sender’ when additional input is required.}} | *'''[[ALTAEvents.GetDistrParameters|GetDistrParameters]]''' {{APIComment|Called by ‘sender’ when additional input is required.}} | ||
*'''[[ALTAEvents.UpdateCalculationProgress]]''' {{APIComment|Called by ‘sender’ when the calculation progress should be updated.}} | *'''[[ALTAEvents.UpdateCalculationProgress|UpdateCalculationProgress]]''' {{APIComment|Called by ‘sender’ when the calculation progress should be updated.}} | ||
*'''[[ALTAEvents.ShowCalculationProgress]]''' {{APIComment|Called by ‘sender’ when calculation progress should be shown.}} | *'''[[ALTAEvents.ShowCalculationProgress|ShowCalculationProgress]]''' {{APIComment|Called by ‘sender’ when calculation progress should be shown.}} | ||
*'''[[ALTAEvents.HideCalculationProgress]]''' {{APIComment|Called by ‘sender’ when calculation progress should be hidden.}} | *'''[[ALTAEvents.HideCalculationProgress|HideCalculationProgress]]''' {{APIComment|Called by ‘sender’ when calculation progress should be hidden.}} |
Revision as of 22:53, 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
- Message Called by ‘sender’ when a message should be displayed.
- Question Called by ‘sender’ when an answer to the question is required.
- GetDistrParameters Called by ‘sender’ when additional input 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.