ALTAEvents Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
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