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

IceBox._ServiceObserverOperationsNC Maven / Gradle / Ivy

There is a newer version: 3.7.10
Show newest version
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//
//
// Ice version 3.7.4
//
// 
//
// Generated from file `IceBox.ice'
//
// Warning: do not edit this file.
//
// 
//

package IceBox;

/**
 * An Observer interface implemented by admin clients interested in the status
 * of services.
 *
 * @see ServiceManager
 *
 **/
public interface _ServiceObserverOperationsNC
{
    /**
     * Receives the names of the services that were started.
     *
     * @param services The names of the services.
     *
     **/
    void servicesStarted(String[] services);

    /**
     * Receives the names of the services that were stopped.
     *
     * @param services The names of the services.
     *
     **/
    void servicesStopped(String[] services);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy