org.mrd.event
Class ModelEventSource

java.lang.Object
  |
  +--org.mrd.event.ModelEventSource

public class ModelEventSource
extends java.lang.Object

Author:
administrator

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)


Copyright © 2000-2003 Mark Robert Diggory. All Rights Reserved.