Source code for /src/java/com/coolshare/springapp/web/Quantity2Updator.java

// =====================================================================//
// Author: Mark Qian <markqian@hotmail.com>                             //
// WWW: http://www.coolshare.com/                                       //
// Copyright (c) 2006, Mark Qian                                        //
//                                                                      //
// You must contact Mark Qian to get a permission of use                //
// in case you want to make any use of the codes except viewing it     //
// on Mark's site.                                                      //
//======================================================================//
package com.coolshare.springapp.web;

import javax.servlet.http.HttpSession;

public interface Quantity2Updator {
	public int update(HttpSession session, int id, int dq);
}