Uses of Interface
edu.iu.iv.core.AddModelListener

Packages that use AddModelListener
edu.iu.iv.common This package contains all the basic implementations of the IVC System interfaces.  
edu.iu.iv.common.gui   
edu.iu.iv.core This package contains all the Core Interfaces in use in the IVC System.  
 

Uses of AddModelListener in edu.iu.iv.common
 

Methods in edu.iu.iv.common with parameters of type AddModelListener
 void BasicIVC.addAddModelListener(AddModelListener listener)
           
 void BasicIVC.removeAddModelListener(AddModelListener listener)
           
 

Uses of AddModelListener in edu.iu.iv.common.gui
 

Classes in edu.iu.iv.common.gui that implement AddModelListener
 class BasicIVCUserInterface
          This class creates a Graphical User Interface for the IVC.
 

Uses of AddModelListener in edu.iu.iv.core
 

Subinterfaces of AddModelListener in edu.iu.iv.core
 interface IVCUserInterface
          The IVCUserInterface is the main gui of the IVC
 

Methods in edu.iu.iv.core with parameters of type AddModelListener
abstract  void IVC.addAddModelListener(AddModelListener listener)
          Adds an add model listener to the IVC.
abstract  void IVC.removeAddModelListener(AddModelListener listener)
          Removes an add model listener from the list of those that will be notified when a model is added to the IVC.