edu.iu.iv.core
Interface AddModelListener

All Known Subinterfaces:
IVCUserInterface
All Known Implementing Classes:
BasicIVCUserInterface

public interface AddModelListener

Interface for objects that need to be notified when a model is to be added. AddModelListeners are usually added to the IVC singleton by IVC.getInstance().addAddModelListener(listener);

Author:
Team IVC

Method Summary
 void addModel(java.lang.Object model)
          Adds a model to this listener.
 

Method Detail

addModel

public void addModel(java.lang.Object model)
Adds a model to this listener.

Parameters:
model - the model to add