KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > opensymphony > webwork > example > ajax > catalog > CatalogAware


1 /*
2  * Copyright (c) 2005 Your Corporation. All Rights Reserved.
3  */

4 package com.opensymphony.webwork.example.ajax.catalog;
5
6 /**
7  * Enabler interface for
8  *
9  * @author Jason Carreira <jcarreira@eplus.com>
10  */

11 public interface CatalogAware {
12     void setCatalog(Catalog catalog);
13 }
14
Popular Tags