All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ch.qos.logback.classic.joran.ReconfigureOnChangeTaskListener Maven / Gradle / Ivy

There is a newer version: 2.12.15
Show newest version
package ch.qos.logback.classic.joran;

public class ReconfigureOnChangeTaskListener {
    void enteredRunMethod() {
    }

    void changeDetected() {
    }

    void doneReconfiguring() {
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy