Uses of Class
edu.rice.cs.drjava.model.EventNotifier

Packages that use EventNotifier
edu.rice.cs.drjava.model The model package is responsible for the majority of the logic and state in DrJava. 
edu.rice.cs.drjava.model.debug Contains the code for DrJava's JPDA-based debugger. 
edu.rice.cs.drjava.model.repl Contains the adapter code for the interpreter, as well as the code for managing the history of interactions, the handling of exceptions thrown by the interpreter, etc. 
 

Uses of EventNotifier in edu.rice.cs.drjava.model
 

Subclasses of EventNotifier in edu.rice.cs.drjava.model
 class BrowserHistoryManager
          Browser history manager for the entire model.
 class ConcreteRegionManager<R extends OrderedDocumentRegion>
          Simple region manager for the entire model.
 class GlobalEventNotifier
          Keeps track of all listeners to the model, and has the ability to notify them of some event.
 

Uses of EventNotifier in edu.rice.cs.drjava.model.debug
 

Subclasses of EventNotifier in edu.rice.cs.drjava.model.debug
 class DebugEventNotifier
          Keeps track of all listeners to a Debugger, and has the ability to notify them of some event.
 

Uses of EventNotifier in edu.rice.cs.drjava.model.repl
 

Subclasses of EventNotifier in edu.rice.cs.drjava.model.repl
 class InteractionsEventNotifier
          Keeps track of all listeners to an InteractionsModel, and has the ability to notify them of some event.