com.sygem.swing.jslidemenu
Interface PanelDataListener

All Superinterfaces:
java.util.EventListener

public interface PanelDataListener
extends java.util.EventListener

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

Title: JSlideMenu
Description: A Swing component allowing animated panels containing any components
Copyright: Copyright (c) 2004
Company: SyGem Software

Version:
1.0

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

Method Detail

dataChanged

public void dataChanged(PanelDataEvent e)
Called whenever the data of the JSlideMenu's model is changed. The source of the message is the SlideMenuPanel that has changed.

Parameters:
e - PanelDataEvent


Copyright © 2004 SyGem Software. All Rights Reserved.