|
ChartCat 1.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectli.netcat.chart.data.StackModelSupport
Support class that facilitates the implementation of custom stack models. This class manages the list of stack model listeners.
| Constructor Summary | |
StackModelSupport()
Constructs a new StackModelSupport with no initial listeners. |
|
| Method Summary | |
void |
addStackModelListener(StackModelListener listener)
Adds a stack model listener to the list of listeners. |
void |
fireStackModelEvent(java.lang.Object source)
Fires a stack model event containing the given source to all listeners that are currently installed. |
void |
removeStackModelListener(StackModelListener listener)
Removes a stack model listener from the list of listeners. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public StackModelSupport()
StackModelSupport with no initial listeners.
| Method Detail |
public void addStackModelListener(StackModelListener listener)
public void removeStackModelListener(StackModelListener listener)
listener - A listener that has been added.public void fireStackModelEvent(java.lang.Object source)
source - The source of the event.
|
ChartCat 1.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||