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

org.yamcs.CrashHandler Maven / Gradle / Ivy

There is a newer version: 5.10.7
Show newest version
package org.yamcs;

/**
 * 
 * CrashHandler is used to handle extreme problems that need to reach operator (or sysadmin) attention.
 * 
 * 
 * @author nm
 *
 */
public interface CrashHandler {
    public void handleCrash(String type, String msg);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy