nicholasren / open-replicator

Automatically exported from code.google.com/p/open-replicator
0 stars 0 forks source link

Suggestion: Separate events for each event type #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello,

I just wanted to suggest the implementation of separate events inside 
BinlogEventListener.

In other words, instead of one method onEvents, that handles all events, to 
have separate ones like:

onDeleteRows(DeleteRowsEventV2 event)
onRotateEvent(RotateEvent event)

etc etc

Thanks for your time

Alex

Original issue reported on code.google.com by alexande...@gmail.com on 25 Oct 2013 at 12:34

GoogleCodeExporter commented 9 years ago

Original comment by whitesoc...@gmail.com on 12 May 2014 at 11:30