|
|
(14 intermediate revisions by 3 users not shown) |
Line 1: |
Line 1: |
| {{Template:APIClass|Global ALTA|Global ALTA}}
| | #REDIRECT [[ALTADataSet Class]] |
| {{Template:ALTAEvents Class.Cmt}}
| |
| This allows the user to create and display messages, questions, calculation progress, and more. To use events a user must inherit the class, override its methods and assign its instance to the Events property of an ALTA data set.
| |
| | |
| To view all ALTA classes, methods, and Enumerations view [[Global ALTA]].
| |
| | |
| == Methods ==
| |
| *'''[[ALTAEvents.Message|Message]]''' {{APIComment|{{Template:ALTAEvents.Message.Cmt}}}}
| |
| *'''[[ALTAEvents.Question|Question]]''' {{APIComment|{{Template:ALTAEvents.Question.Cmt}}}}
| |
| *'''[[ALTAEvents.UpdateCalculationProgress|UpdateCalculationProgress]]''' {{APIComment|{{Template:ALTAEvents.UpdateCalculationProgress.Cmt}}}}
| |
| *'''[[ALTAEvents.ShowCalculationProgress|ShowCalculationProgress]]''' {{APIComment|Called by ‘sender’ when calculation progress should be shown.}}
| |
| *'''[[ALTAEvents.HideCalculationProgress|HideCalculationProgress]]''' {{APIComment|Called by ‘sender’ when calculation progress should be hidden.}}
| |