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

br.com.objectos.lang.Service Maven / Gradle / Ivy

The newest version!
/*
 * Copyright 2021 Objectos Software LTDA.
 *
 * Reprodução parcial ou total proibida.
 */
package br.com.objectos.lang;

public interface Service
    extends
    ShutdownHookListener {

  void startService() throws Exception;

  void stopService() throws Exception;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy