event handlers : enter
DESCRIPTION
The <enter> handler of a state is executed when the user is first assigned to that state through the <send> or <register> modules, or by the router.
PARAMETERS
none
EXAMPLES
<state>
<enter>
...
</enter>
</state>
<enter>
...
</enter>
</state>