Glacier2.Callback_SessionControl_categories Maven / Gradle / Ivy
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//
//
// Ice version 3.7.3
//
//
//
// Generated from file `Session.ice'
//
// Warning: do not edit this file.
//
//
//
package Glacier2;
/**
* Access the object that manages the allowable categories
* for object identities for this session.
*
**/
public abstract class Callback_SessionControl_categories
extends IceInternal.TwowayCallback implements Ice.TwowayCallbackArg1
{
public final void _iceCompleted(Ice.AsyncResult result)
{
SessionControlPrxHelper._iceI_categories_completed(this, result);
}
}