Ice.Callback_Locator_findAdapterById Maven / Gradle / Ivy
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//
//
// Ice version 3.7.4
//
//
//
// Generated from file `Locator.ice'
//
// Warning: do not edit this file.
//
//
//
package Ice;
/**
* Find an adapter by id and return a proxy that contains
* its endpoints.
*
**/
public abstract class Callback_Locator_findAdapterById
extends IceInternal.TwowayCallback implements TwowayCallbackArg1UE
{
public final void _iceCompleted(AsyncResult result)
{
LocatorPrxHelper._iceI_findAdapterById_completed(this, result);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy