Uses of Class
com.ibm.carma.ui.events.ParameterValidationEvent

Packages that use ParameterValidationEvent
com.ibm.carma.ui.events   
 

Uses of ParameterValidationEvent in com.ibm.carma.ui.events
 

Methods in com.ibm.carma.ui.events with parameters of type ParameterValidationEvent
 ValidationResult IParameterValidator.validateParameter(ParameterValidationEvent event)
          This method is invoked when the action dialog needs to determine whether the user has input appropriate parameters for the action to continue.
 void IParameterValidator.verifyInput(ParameterValidationEvent event)
          This method is invoked when the value of the parameter is about to be modified.