// Copyright Epic Games, Inc. All Rights Reserved.
namespace UnrealToolbox
{
///
/// Interface for the tray app host application
///
interface IToolboxPluginHost
{
///
/// Notifies the host that a status change has ocurred
///
void UpdateStatus();
}
}