|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectvec_math.AbstractFunctionChange
public abstract class AbstractFunctionChange
Class that supports casting to FunctionChangeListeners and can
thus opt as a base class for Functions, Multidimensionals
etc. It is abstract though it does not define any abstract method.
| Field Summary | |
|---|---|
private List<FunctionChangeListener> |
ear
The list of registered listeners. |
| Constructor Summary | |
|---|---|
protected |
AbstractFunctionChange()
Chain. |
| Method Summary | |
|---|---|
void |
addFunctionChangeListener(FunctionChangeListener ff)
Adds a new listener to the notification list. |
protected boolean |
notifyListeners(FunctionChangeEvent fce)
Notifies registered listeners. |
void |
removeFunctionChangeListener(FunctionChangeListener ff)
Removes the listener from the notification list. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private List<FunctionChangeListener> ear
| Constructor Detail |
|---|
protected AbstractFunctionChange()
| Method Detail |
|---|
public void addFunctionChangeListener(FunctionChangeListener ff)
addFunctionChangeListener in interface FunctionChangeCasternotifyListenerspublic void removeFunctionChangeListener(FunctionChangeListener ff)
removeFunctionChangeListener in interface FunctionChangeCasternotifyListenersprotected boolean notifyListeners(FunctionChangeEvent fce)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||