Uses of Interface
biz.c24.io.api.data.ValidationListener

Packages that use ValidationListener
biz.c24.io.api.data Data Model super and utility classes. 
 

Uses of ValidationListener in biz.c24.io.api.data
 

Classes in biz.c24.io.api.data that implement ValidationListener
 class ValidationEventCollector
          A validation listener implementation which collects the events it receives.
 

Methods in biz.c24.io.api.data that return ValidationListener
 ValidationListener[] ComplexDataObject.getValidationListeners()
          Deprecated. Use ValidationManager instead - this method will be removed in the next major version release.
 ValidationListener[] ValidationManager.getValidationListeners()
          Returns the validation listeners added to this manager.
 

Methods in biz.c24.io.api.data with parameters of type ValidationListener
 void ComplexDataObject.addValidationListener(ValidationListener listener)
          Deprecated. Use ValidationManager instead - this method will be removed in the next major version release.
 void ValidationManager.addValidationListener(ValidationListener listener)
          Adds a validation listener to be notified of validation events.
 void ComplexDataObject.removeValidationListener(ValidationListener listener)
          Deprecated. Use ValidationManager instead - this method will be removed in the next major version release.
 void ValidationManager.removeValidationListener(ValidationListener listener)
          Removes a validation listener.
 



C24 Technologies © 2002-2012: All Rights Reserved.