Class JTabbedPane.ModelListener

All Implemented Interfaces:
Serializable, EventListener, ChangeListener
Enclosing class:
JTabbedPane
protected class JTabbedPane.ModelListener
extends Object
implements ChangeListener, Serializable

We pass ModelChanged events along to the listeners with the tabbedpane (instead of the model itself) as the event source.

See Also:
Serialized Form

Constructor Summary

Constructors
Modifier Constructor Description
protected ModelListener()

Method Summary

Methods declared in class java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Methods declared in interface javax.swing.event.ChangeListener

stateChanged

Constructor Detail

ModelListener

protected ModelListener()