com.sygem.swing.jslidemenu
Class PanelDataEvent
java.lang.Object
java.util.EventObject
com.sygem.swing.jslidemenu.PanelDataEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class PanelDataEvent
- extends java.util.EventObject
This event is generated when the model of the JSlideMenu is changed.
Title: JSlideMenu
Description: A Swing component allowing animated panels containing any components
Copyright: Copyright (c) 2004
Company: SyGem Software
- Version:
- 1.0
- See Also:
- Serialized Form
Constructor Summary |
PanelDataEvent(java.lang.Object source)
Constructs the PanelDataEvent. |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PanelDataEvent
public PanelDataEvent(java.lang.Object source)
- Constructs the PanelDataEvent. The source object should be a SlideMenuPanel.
- Parameters:
source
- Object
Copyright © 2004 SyGem Software. All Rights Reserved.