Package mariadbcdc.binlog.reader
Class BinLogListener.NullBinLogListener
- java.lang.Object
-
- mariadbcdc.binlog.reader.BinLogListener.NullBinLogListener
-
- All Implemented Interfaces:
BinLogListener
- Enclosing interface:
- BinLogListener
public static class BinLogListener.NullBinLogListener extends java.lang.Object implements BinLogListener
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface mariadbcdc.binlog.reader.BinLogListener
BinLogListener.NullBinLogListener
-
-
Field Summary
-
Fields inherited from interface mariadbcdc.binlog.reader.BinLogListener
NULL
-
-
Constructor Summary
Constructors Constructor Description NullBinLogListener()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface mariadbcdc.binlog.reader.BinLogListener
onDeleteRowsEvent, onErr, onFormatDescriptionEvent, onHeartbeatEvent, onQueryEvent, onRotateEvent, onStopEvent, onTableMapEvent, onUpdateRowsEvent, onWriteRowsEvent, onXidEvent
-
-