|
P5EEx-Blue-0.01 | |||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||
![]() |
P5EEx::Blue::Widget::StateMachine |
P5EEx::Blue::Widget::StateMachine - a state machine
use P5EEx::Blue::Widget::StateMachine;
handle_event()The handle_event() method is called from within the standard Service
constructor.
Common to all Widget initializations, is the absorption of container
attributes. ``Absorbable attributes'' from the widget are copied from
the container widget to the initialized widget.
* Signature: $handled = handle_event($sender_wname,$event,@args)
* Param: $sender_wname string [in]
* Param: $event string [in]
* Param: @args any [in]
* Return: $handled boolean
* Throws: P5EEx::Blue::Exception
* Since: 0.01
Sample Usage:
$handled = $w->handle_event($sender_wname,$event,@args);