IceGrid.Callback_ApplicationObserver_applicationUpdated 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;
/**
* The applicationUpdated
operation is called to notify an observer
* that an application was updated.
*
**/
public abstract class Callback_ApplicationObserver_applicationUpdated extends Ice.OnewayCallback
{
}