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

com.ajjpj.asysmon.util.AShutdownable Maven / Gradle / Ivy

There is a newer version: 1.0-pre28
Show newest version
package com.ajjpj.asysmon.util;

/**
 * @author arno
 */
public interface AShutdownable {
    void shutdown() throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy