Code Search for Developers
 
 
  

WorkspaceInteraction_Interface.cs from MASE: Agile Software Engineering at Krugle


Show WorkspaceInteraction_Interface.cs syntax highlighted

using System;
using System.Collections;

namespace Whiteboard.Business_Interfaces
{
	/// <summary>
	/// Summary description for WorkspaceInteraction_Interface.
	/// </summary>
	public interface WorkspaceInteraction_Interface
	{
		// An arraylist containing Displayable_Interface objects
		ArrayList getAllDisplayableObjs();
	}
}




See more files for this project here

MASE: Agile Software Engineering

The MASE project investigates methods to support the coordination and executable acceptance testing of software projects. Keywords: Agile methods, distributed teams, Extreme Programming. See http://ebe.cpsc.ucalgary.ca/ebe for more information.

Project homepage: http://sourceforge.net/projects/mase
Programming language(s): Java,XML
License: other

  Displayable_Interface.cs
  MaseBusinessObj_Interface.cs
  WorkspaceInteraction_Interface.cs