org.opensubsystems.inventory.application.swt
Interface CategorizedItemsTableListener


public interface CategorizedItemsTableListener

This listener contains functions, which signal from this table to parent

Version:
$Id: CategorizedItemsTableListener.java,v 1.4 2007/01/07 06:14:07 bastafidli Exp $
Author:
Martin Cerba
Code reviewer:
Miro Halas
Code reviewed:
1.2 2006/04/05 05:18:07 bastafidli

Method Summary
 void categoriesLoaded(boolean bIsEmpty)
          Notification whem categories are loaded from the persistence store.
 void categorySelected(int iCategoryId)
          Notification when category was selected.
 

Method Detail

categorySelected

void categorySelected(int iCategoryId)
Notification when category was selected.

Parameters:
iCategoryId - - id of selected category or DataObject.NEW_ID when no category is currently selected anymore

categoriesLoaded

void categoriesLoaded(boolean bIsEmpty)
Notification whem categories are loaded from the persistence store.

Parameters:
bIsEmpty - - if true, there were no categories loaded


Copyright © 2003 - 2006 OpenSubsystems s.r.o.