com.zeroc.Ice.Instrumentation.CollocatedObserver Maven / Gradle / Ivy
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//
//
// Ice version 3.7.2
//
//
//
// Generated from file `Instrumentation.ice'
//
// Warning: do not edit this file.
//
//
//
package com.zeroc.Ice.Instrumentation;
/**
* The collocated observer to instrument invocations that are
* collocated.
**/
public interface CollocatedObserver extends ChildInvocationObserver
{
}