Changes since
the last release

com.ebay.sdk.call
Interface CategoryEventListener

All Superinterfaces:
EventListener

public interface CategoryEventListener
extends EventListener

Listner interface to handle category related events.

Title:

Description:

Copyright: Copyright (c) 2004

Company: eBay Inc.

Version:
1.0
Author:
Weijun Li

Method Summary
 void receivedCategories(SiteCodeType siteID, CategoryType[] categories, String categoryVersion)
          Handler to receive downloaded (e.g., through eBay API) or loaded (e.g., from database) categories.
 

Method Detail

receivedCategories

void receivedCategories(SiteCodeType siteID,
                        CategoryType[] categories,
                        String categoryVersion)
                        throws Exception
Handler to receive downloaded (e.g., through eBay API) or loaded (e.g., from database) categories.

Parameters:
siteID - SiteCodeType The eBay site associated with the categories.
categories - CategoryType[] The received categories.
categoryVersion - String Version of the received categories.
Throws:
Exception

Changes since
the last release

The information contained in this document is proprietary and confidential. Use of this information and the eBay API requires a Non-Disclosure Agreement (NDA) between the user and eBay Inc. For information regarding a qualifying NDA, contact Developer Relations: developer-relations@ebay.com
© 2004-2009 eBay Inc. All rights reserved.