Uses of Interface
com.github.shyiko.mysql.binlog.BinaryLogClient.LifecycleListener
Packages that use BinaryLogClient.LifecycleListener
-
Uses of BinaryLogClient.LifecycleListener in com.github.shyiko.mysql.binlog
Classes in com.github.shyiko.mysql.binlog that implement BinaryLogClient.LifecycleListenerModifier and TypeClassDescriptionstatic classDefault (no-op) implementation ofBinaryLogClient.LifecycleListener.Methods in com.github.shyiko.mysql.binlog that return types with arguments of type BinaryLogClient.LifecycleListenerMethods in com.github.shyiko.mysql.binlog with parameters of type BinaryLogClient.LifecycleListenerModifier and TypeMethodDescriptionvoidBinaryLogClient.registerLifecycleListener(BinaryLogClient.LifecycleListener lifecycleListener) Register lifecycle listener.voidBinaryLogClient.unregisterLifecycleListener(BinaryLogClient.LifecycleListener eventListener) Unregister single lifecycle listener.Method parameters in com.github.shyiko.mysql.binlog with type arguments of type BinaryLogClient.LifecycleListenerModifier and TypeMethodDescriptionvoidBinaryLogClient.unregisterLifecycleListener(Class<? extends BinaryLogClient.LifecycleListener> listenerClass) Unregister all lifecycle listener of specific type. -
Uses of BinaryLogClient.LifecycleListener in com.github.shyiko.mysql.binlog.jmx
Classes in com.github.shyiko.mysql.binlog.jmx that implement BinaryLogClient.LifecycleListener