public class AbstractStateModel extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ChangeEvent |
changeEvent |
protected EventListenerList |
listenerList |
| Constructor and Description |
|---|
AbstractStateModel()
Creates a new instance of AbstractChangeModel
|
| Modifier and Type | Method and Description |
|---|---|
void |
addChangeListener(ChangeListener l) |
protected void |
fireStateChanged()
Notify all listeners that have registered interest for
notification on this event type.
|
void |
removeChangeListener(ChangeListener l) |
protected EventListenerList listenerList
protected ChangeEvent changeEvent
public AbstractStateModel()
public void addChangeListener(ChangeListener l)
public void removeChangeListener(ChangeListener l)
protected void fireStateChanged()
Copyright © 2014. All Rights Reserved.