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

com.indeed.proctor.common.ProctorLoadReporter Maven / Gradle / Ivy

There is a newer version: 1.9.118-1950c8a
Show newest version
package com.indeed.proctor.common;

public interface ProctorLoadReporter {
    void reportReloaded(final Proctor oldProctor, final Proctor newProctor);

    void reportFailed(final Throwable t);

    void reportNoChange();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy