AIMA.Core.Agent.Impl.SimpleEnvironmentView.notify C# (CSharp) Method

notify() public method

public notify ( System msg ) : void
msg System
return void
	public void notify(System.String msg) {
		System.Console.WriteLine("Message: " + msg);
	}
}