public function getListeners()
 {
     $ret = parent::getListeners();
     $ret[] = array('class' => 'Kwf_Model_Events_ProxySourceNoClass_Model', 'event' => 'Kwf_Events_Event_Row_Inserted', 'callback' => 'onProxyRowInserted');
     $ret[] = array('class' => 'Kwf_Model_Events_ProxySourceNoClass_Model', 'event' => 'Kwf_Events_Event_Model_Updated', 'callback' => 'onProxyModelUpdated');
     return $ret;
 }
 public function getListeners()
 {
     $ret = parent::getListeners();
     $ret[] = array('class' => 'Kwf_Model_Events_UnionReFire_UnionModel', 'event' => 'Kwf_Events_Event_Row_Updated', 'callback' => 'onUnionRowUpdated');
     $ret[] = array('class' => 'Kwf_Model_Events_UnionReFire_SourceModel', 'event' => 'Kwf_Events_Event_Row_Updated', 'callback' => 'onSourceRowUpdated');
     return $ret;
 }