org.mockcentral.server
Interface ISignaturePartBeanObserver


public interface ISignaturePartBeanObserver

Interface for classes interested in observing changes to the data modeled in a SignaturePartBean instance.

Author:
David Hutchinson

Method Summary
 void valueChanged()
          Notification of a change to the bean's value field.
 void valueClassNameChanged()
          Notification of a change to the bean's valueClassName field.
 void valueTypeChanged()
          Notification of a change to the bean's valueType field.
 

Method Detail

valueTypeChanged

void valueTypeChanged()
Notification of a change to the bean's valueType field.


valueClassNameChanged

void valueClassNameChanged()
Notification of a change to the bean's valueClassName field.


valueChanged

void valueChanged()
Notification of a change to the bean's value field.