edu.rice.cs.drjava.model
Class DefaultGlobalModel.EventNotifier

java.lang.Object
  |
  +--edu.rice.cs.drjava.model.DefaultGlobalModel.EventNotifier
Enclosing class:
DefaultGlobalModel

protected abstract class DefaultGlobalModel.EventNotifier
extends Object

Class model for notifying listeners of an event.


Constructor Summary
protected DefaultGlobalModel.EventNotifier()
           
 
Method Summary
abstract  void notifyListener(GlobalModelListener l)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

DefaultGlobalModel.EventNotifier

protected DefaultGlobalModel.EventNotifier()
Method Detail

notifyListener

public abstract void notifyListener(GlobalModelListener l)