ALTAEvents Class: Difference between revisions

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


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


== Methods  ==
== Methods  ==

Revision as of 23:22, 27 January 2014



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.

Methods