|
|||||||||
| Home >> All >> org >> mrd >> [ event overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.mrd.event
Class ModelEventSource

java.lang.Objectorg.mrd.event.ModelEventSource
- public class ModelEventSource
- extends java.lang.Object
| Field Summary | |
protected java.util.ArrayList |
listeners
|
| Constructor Summary | |
ModelEventSource()
Creates a new instance of EventSource |
|
| Method Summary | |
void |
addListener(ModelEventListener l)
|
protected void |
fireModelEvent(java.util.EventObject event)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
listeners
protected java.util.ArrayList listeners
| Constructor Detail |
ModelEventSource
public ModelEventSource()
- Creates a new instance of EventSource
| Method Detail |
addListener
public void addListener(ModelEventListener l)
fireModelEvent
protected void fireModelEvent(java.util.EventObject event)
|
|||||||||
| Home >> All >> org >> mrd >> [ event overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.mrd.event.ModelEventSource