Difference between revisions of "Timer"

From Lianjapedia
Jump to: navigation, search
Line 1: Line 1:
 +
Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.
 +
 
====Properties====
 
====Properties====
  
Line 14: Line 16:
 
|
 
|
 
|-
 
|-
|Interval
+
|valign="top"|Interval
|RW
+
|valign="top"|RW
|
+
|valign="top"|Numeric
|
+
|valign="top"|Interval for timer timeout in milliseconds
 
|-
 
|-
 
|}
 
|}
Line 31: Line 33:
 
|-
 
|-
 
|Reset
 
|Reset
|
+
|None
|
+
|Reset the timer
 
|-
 
|-
 
|}
 
|}
Line 44: Line 46:
 
!Args
 
!Args
 
!width="50%"|Description
 
!width="50%"|Description
 
+
|-
 +
|timer
 +
|None
 +
|Occurs on timer timeout
 +
|-
 
|}
 
|}
  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Framework Classes]]
 
[[Category:Framework Classes]]

Revision as of 07:38, 10 January 2013

Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.

Properties

This class supports the Common Properties plus the following:

Property Access (R/RW) Value Description
Enabled RW
Interval RW Numeric Interval for timer timeout in milliseconds

Methods

This class supports the Common Methods plus the following:

Method Args Description
Reset None Reset the timer

Events

This class supports the Common Events plus the following:

Event Args Description
timer None Occurs on timer timeout