com.sygem.swing.joutlooknavbar
Interface CategoryDataListener

All Superinterfaces:
java.util.EventListener

public interface CategoryDataListener
extends java.util.EventListener

Defines the methods required for listening for changes to the JOutlookNavBar's data model.

Title: JOutlookNavBar
Description: A Swing component simulating Outlook's Nav Bar
Copyright: Copyright (c) 2004
Company: SyGem Software

Version:
1.0

Method Summary
 void dataChanged(CategoryDataEvent e)
          Called whenever the data of the JOutlookNavBar's model is changed.
 

Method Detail

dataChanged

public void dataChanged(CategoryDataEvent e)
Called whenever the data of the JOutlookNavBar's model is changed. The source of the message is the NavBarCategory that has changed.

Parameters:
e - CategoryDataEvent


Copyright © 2004 SyGem Software. All Rights Reserved.