edu.rice.cs.drjava.model.debug
Class DebugManager.EventNotifier

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

protected abstract class DebugManager.EventNotifier
extends Object

Class model for notifying listeners of an event.


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

Constructor Detail

DebugManager.EventNotifier

protected DebugManager.EventNotifier()
Method Detail

notifyListener

public abstract void notifyListener(DebugListener l)