org.mockcentral.editor.nodes.problem
Interface INodeProblemListener

All Known Subinterfaces:
IMockCentralNodeGroupViewer

public interface INodeProblemListener

Interface for classes that need to be updated after changes to NodeProblem lists.

Author:
David Hutchinson

Method Summary
 void updateNodeProblems(java.util.List<NodeProblem> nodeProblems)
          Notification of updated node problems.
 

Method Detail

updateNodeProblems

void updateNodeProblems(java.util.List<NodeProblem> nodeProblems)
Notification of updated node problems.

Parameters:
nodeProblems - the new list of NodeProblem instances.