org.mockcentral.editor.nodes.mockobject
Interface IMockObjectModelObserver


public interface IMockObjectModelObserver

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

Author:
David Hutchinson

Method Summary
 void jndiNameChanged()
          Notification that the JNDI name for the Mock Object has changed.
 void mockObjectInterfaceChanged()
          Notification that the Mock Object interface Class name has changed.
 void mockObjectNameChanged()
          Notification that the Mock Object name has changed.
 

Method Detail

mockObjectNameChanged

void mockObjectNameChanged()
Notification that the Mock Object name has changed.


mockObjectInterfaceChanged

void mockObjectInterfaceChanged()
Notification that the Mock Object interface Class name has changed.


jndiNameChanged

void jndiNameChanged()
Notification that the JNDI name for the Mock Object has changed.