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

com.englishtown.promises.Reporter Maven / Gradle / Ivy

The newest version!
package com.englishtown.promises;

import com.englishtown.promises.internal.handlers.RejectedHandler;

/**
 * Reporter for unhandled rejections
 */
public interface Reporter {

    void onPotentiallyUnhandledRejection(RejectedHandler rejection, Object context);

    void onPotentiallyUnhandledRejectionHandled(RejectedHandler rejection);

    void onFatalRejection(RejectedHandler rejection, Object context);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy