Uses of Interface
edu.rice.cs.drjava.model.repl.InteractionsModelCallback

Packages that use InteractionsModelCallback
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. 
edu.rice.cs.drjava.model.repl.newjvm Manages the creation and invocation of the separate JVM used by the interactions pane. 
edu.rice.cs.drjava.plugins.eclipse.repl   
 

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

Classes in edu.rice.cs.drjava.model.repl that implement InteractionsModelCallback
 class DefaultInteractionsModel
          Interactions model which can notify GlobalModelListeners on events.
 class InteractionsModel
          A Swing specific model for the DrJava InteractionsPane.
static class InteractionsModelTest.TestInteractionsModel
          A generic InteractionsModel for testing purposes.
 class RMIInteractionsModel
          A Swing specific InteractionsModel which can serve as the glue between a local InteractionsDocument and a remote JavaInterpreter in another JVM.
 class SimpleInteractionsModel
          A simple implementation of InteractionsModel, which uses a DynamicJavaAdapter directly (in the same JVM) to interpret code.
 

Uses of InteractionsModelCallback in edu.rice.cs.drjava.model.repl.newjvm
 

Classes in edu.rice.cs.drjava.model.repl.newjvm that implement InteractionsModelCallback
static class MainJVM.DummyInteractionsModel
          InteractionsModel which does not react to events.
 

Methods in edu.rice.cs.drjava.model.repl.newjvm with parameters of type InteractionsModelCallback
 void MainJVM.setInteractionsModel(InteractionsModelCallback model)
          Provides an object to listen to interactions-related events.
 

Uses of InteractionsModelCallback in edu.rice.cs.drjava.plugins.eclipse.repl
 

Classes in edu.rice.cs.drjava.plugins.eclipse.repl that implement InteractionsModelCallback
 class EclipseInteractionsModel
          Interactions model which can notify GlobalModelListeners on events.