de.uni_paderborn.fujaba.app
Class TabbedPaneProxy.TabbedPaneProxyListener

java.lang.Object
  extended byde.uni_paderborn.fujaba.app.TabbedPaneProxy.TabbedPaneProxyListener
All Implemented Interfaces:
javax.swing.event.ChangeListener, java.util.EventListener
Enclosing class:
TabbedPaneProxy

private class TabbedPaneProxy.TabbedPaneProxyListener
extends java.lang.Object
implements javax.swing.event.ChangeListener

ChangeListener for tabbed pane.

Version:
$Revision: 1.37 $
Author:
$Author: trinet $

Constructor Summary
private TabbedPaneProxy.TabbedPaneProxyListener()
           
 
Method Summary
 void stateChanged(javax.swing.event.ChangeEvent e)
          No comment provided by developer, please add a comment to improve documentation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TabbedPaneProxy.TabbedPaneProxyListener

private TabbedPaneProxy.TabbedPaneProxyListener()
Method Detail

stateChanged

public void stateChanged(javax.swing.event.ChangeEvent e)
No comment provided by developer, please add a comment to improve documentation.

Specified by:
stateChanged in interface javax.swing.event.ChangeListener
Parameters:
e - No description provided