org.mockcentral.editor.nodes.expectation
Interface IExpectationModelObserver


public interface IExpectationModelObserver

Interface for classes interested in observing changes to the data modeled in an ExpectationModel instance.

Author:
David Hutchinson

Method Summary
 void methodNameChanged()
          Notification that the Mock Object method expectation method name has changed.
 void methodTypeChanged()
          Notification that the Mock Object method expectation method type has changed.
 void parametersChanged()
          Notification that the Mock Object method expectation method parameters have changed.
 void resultChanged()
          Notification that the Mock Object method expectation method result has changed.
 

Method Detail

methodNameChanged

void methodNameChanged()
Notification that the Mock Object method expectation method name has changed.


methodTypeChanged

void methodTypeChanged()
Notification that the Mock Object method expectation method type has changed.


parametersChanged

void parametersChanged()
Notification that the Mock Object method expectation method parameters have changed.


resultChanged

void resultChanged()
Notification that the Mock Object method expectation method result has changed.