com.softwareag.centrasite.appl.framework.validation
Interface Control.ChangeListener

Enclosing interface:
Control

public static interface Control.ChangeListener

Interface of a change listener.


Method Summary
 void changed(Control pControl, java.lang.Object pOldValue, java.lang.Object pNewValue)
          Notifies the change listener, that the objects value has changed.
 

Method Detail

changed

void changed(Control pControl,
             java.lang.Object pOldValue,
             java.lang.Object pNewValue)
Notifies the change listener, that the objects value has changed.