tags:

views:

28

answers:

1

Is there a way to raise event where some variable is changed?

A: 

You can create an observer for that variable that will be called whenever an action is made, and it will raise a specific event for that variable.

Marcos Placona