org.mockcentral.editor.nodes.fixture
Interface IFixtureModelObserver


public interface IFixtureModelObserver

Interface for classes that need to observe changes to the data modeled in a FixtureModel instance.

Author:
David Hutchinson

Method Summary
 void fixtureDataChanged()
          Notification that the Fixture name and/or description has changed.
 void simpleBoundObjectsListChanged()
          Notification that the simple (non-Mock) JNDI-bound Objects list has changed.
 

Method Detail

fixtureDataChanged

void fixtureDataChanged()
Notification that the Fixture name and/or description has changed.


simpleBoundObjectsListChanged

void simpleBoundObjectsListChanged()
Notification that the simple (non-Mock) JNDI-bound Objects list has changed.