Ice.TwowayCallbackArg1 Maven / Gradle / Ivy
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//
package Ice;
public interface TwowayCallbackArg1 extends TwowayCallback
{
/**
* Called when the invocation response is received.
*
* @param arg The operation return value.
**/
void response(T arg);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy