Closed dentarg closed 8 years ago
Now we have a of bit duplication between RowEventListener
and SaveEventListener
(the mapping of the name of some event types). One idea is to make an helper class for this, with row_type_to_string
and the different lists (ROW_EVENTS
, SAVE_EVENTS
), that the listeners can use. WDYT?
I think this will work. Haven't looked at the specs, but I think the implementation is good.
Let's release this as 0.7.0, right?
Let's release this as 0.7.0, right?
Yes.
This first commit is a somewhat quick and naive change, to have something to discuss.
Related to #23.