Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.mrd.event
Class ModelEventSource  view ModelEventSource download ModelEventSource.java

java.lang.Object
  extended byorg.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)