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

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

The 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