java.lang.Object
javax.swing.JTabbedPane.ModelListener
- All Implemented Interfaces:
Serializable,EventListener,ChangeListener
- Enclosing class:
- JTabbedPane
We pass
ModelChanged events along to the listeners with
the tabbedpane (instead of the model itself) as the event source.-
Constructor Details
-
ModelListener
protected ModelListener()Constructs aModelListener.
-