WeibullEvents Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{Template:AWEAPIClass}}
{{Template:APIClass|WeibullEvents Class|WeibullEvents}}


Inherit the class, override its methods and assign its instance to the Events property of a Weibull 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 Weibull data set to be able to handle its events.


== Methods  ==
== Methods  ==
*'''[[Message]]''' {{APIComment|Called by ‘sender’ when a message should be displayed.}}
*'''[[WeibullEvents.Message|Message]]''' {{APIComment|Called by ‘sender’ when a message should be displayed.}}
*'''[[Question]]''' {{APIComment|Called by ‘sender’ when an answer to the question is required.}}
*'''[[WeibullEvents.Question|Question]]''' {{APIComment|Called by ‘sender’ when an answer to the question is required.}}
*'''[[GetDistrParameters]]''' {{APIComment|Called by ‘sender’ when additional input is required.}}
*'''[[WeibullEvents.GetDistrParameters|GetDistrParameters]]''' {{APIComment|Called by ‘sender’ when additional input is required.}}
*'''[[UpdateCalculationProgress]]''' {{APIComment|Called by ‘sender’ when the calculation progress should be updated.}}
*'''[[WeibullEvents.UpdateCalculationProgress|UpdateCalculationProgress]]''' {{APIComment|Called by ‘sender’ when the calculation progress should be updated.}}
*'''[[ShowCalculationProgress]]''' {{APIComment|Called by ‘sender’ when calculation progress should be shown.}}
*'''[[WeibullEvents.ShowCalculationProgress|ShowCalculationProgress]]''' {{APIComment|Called by ‘sender’ when calculation progress should be shown.}}
*'''[[HideCalculationProgress]]''' {{APIComment|Called by ‘sender’ when calculation progress should be hidden.}}
*'''[[WeibullEvents.HideCalculationProgress|HideCalculationProgress]]''' {{APIComment|Called by ‘sender’ when calculation progress should be hidden.}}

Revision as of 21:48, 16 September 2013



Inherit the class, override its methods and assign its instance to the Events property of a Weibull data set to be able to handle its events.

Methods