com.rubecula.util
Interface Dependent


public interface Dependent

Interface defining operations which determine dependency between spreadsheet cells.

Version:
$Revision: 1.1 $
Author:
Robin Hillyard

Method Summary
 void addDependent(Presentable dependent)
          Method to add a dependent presentable.
 java.util.Iterator dependents()
          Method to get an iterator for all dependents of this.
 void removeDependent(Presentable dependent)
          Method to remove a dependent presentable.
 

Method Detail

addDependent

public void addDependent(Presentable dependent)
Method to add a dependent presentable.

Parameters:
dependent - the dependent to be added.

removeDependent

public void removeDependent(Presentable dependent)
Method to remove a dependent presentable.

Parameters:
dependent - the dependent to be removed.

dependents

public java.util.Iterator dependents()
Method to get an iterator for all dependents of this.

Returns:
an Iterator of Presentable objects.