Uses of Class
com.jaxfront.core.type.ValidationChangeEvent

Packages that use ValidationChangeEvent
com.jaxfront.core.type   
 

Uses of ValidationChangeEvent in com.jaxfront.core.type
 

Methods in com.jaxfront.core.type that return ValidationChangeEvent
static ValidationChangeEvent ValidationChangeEvent.domValidated(Document doc)
          Returns a ValidationChangeEvent if DOM has been validated
static ValidationChangeEvent ValidationChangeEvent.exceptionOccured(Error error)
          Returns a ValidationChangeEvent if a validation exception occured.
static ValidationChangeEvent ValidationChangeEvent.exceptionResolved(Error error)
          Returns a ValidationChangeEvent if a validation exception has been resolved.
static ValidationChangeEvent ValidationChangeEvent.exceptionResolvedAll(Document doc)
          Returns a ValidationChangeEvent if all validation exceptions have been resolved.
 

Methods in com.jaxfront.core.type with parameters of type ValidationChangeEvent
 void ValidationChangeListener.validationChanged(ValidationChangeEvent event)
          Tells the ValidationChangeListeners that a ValidationChangeEvent occured.
 void ValidationChangeEventMulticaster.validationChanged(ValidationChangeEvent event)
          Tells the ValidationChangeListeners that a ValidationChangeEvent occured.