Uses of Class
edu.rice.cs.drjava.model.repl.RMIInteractionsModel

Packages that use RMIInteractionsModel
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.plugins.eclipse.repl   
 

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

Subclasses of RMIInteractionsModel in edu.rice.cs.drjava.model.repl
 class DefaultInteractionsModel
          Interactions model which can notify GlobalModelListeners on events.
 

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

Subclasses of RMIInteractionsModel in edu.rice.cs.drjava.plugins.eclipse.repl
 class EclipseInteractionsModel
          Interactions model which can notify GlobalModelListeners on events.