IceGrid.Callback_AdminSession_setObservers Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of icegrid-compat Show documentation
Show all versions of icegrid-compat Show documentation
Locate, deploy, and manage Ice servers
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//
//
// Ice version 3.7.3
//
//
//
// Generated from file `Admin.ice'
//
// Warning: do not edit this file.
//
//
//
package IceGrid;
/**
* Set the observer proxies that receive
* notifications when the state of the registry
* or nodes changes.
*
**/
public abstract class Callback_AdminSession_setObservers
extends IceInternal.TwowayCallback implements Ice.TwowayCallbackVoidUE
{
public final void _iceCompleted(Ice.AsyncResult result)
{
AdminSessionPrxHelper._iceI_setObservers_completed(this, result);
}
}