com.steptools.stdev
Interface RemoveListener

All Known Implementing Classes:
EntityIDTable

public interface RemoveListener

Model property interested in hearing about removal of EntityInstances from a population.

See Also:
Model

Method Summary
 void removeNotify(EntityInstance inst)
          Called when an EntityInstance is removed.
 

Method Detail

removeNotify

void removeNotify(EntityInstance inst)
Called when an EntityInstance is removed. This is invoked when the population.removeInstance method is called, and this object is registered as a property of the Model by the Model.addProperty method.