package com.idega.builder.presentation; /** * Title: idegaclasses * Description: * Copyright: Copyright (c) 2001 * Company: idega * @author <a href="tryggvi@idega.is">Tryggvi Larusson</a> * @version 1.0 */ public interface IBParameterHandler{ //public void setContext(IBParameterContext context); public void setParameterName(String name); }