Package com.github.shyiko.mysql.binlog
Interface BinaryLogClient.EventListener
-
- All Known Implementing Classes:
BinaryLogClientStatistics
- Enclosing class:
- BinaryLogClient
public static interface BinaryLogClient.EventListenerBinaryLogClient's event listener.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonEvent(Event event)
-
-
-
Method Detail
-
onEvent
void onEvent(Event event)
-
-