namespace AIMA.Agent.Environment { public interface IEnvironmentViewNotifier { void NotifyViews(string msg); } }