/*
* Created by SharpDevelop.
* User: spocke
* Date: 2007-11-22
* Time: 14:32
*
* To change this template use Tools | Options | Coding | Edit Standard Headers.
*/
using System;
using System.Web;
namespace umbraco.editorControls.tinyMCE3.webcontrol.plugin {
///
/// Description of IAction.
///
public interface IModule {
///
///
///
///
void ProcessRequest(HttpContext context);
}
}