nl.coderight.jazz.form.validation
Class ValidationEvent

java.lang.Object
  extended by nl.coderight.jazz.Event<ValidationEvent.ValidationEventType>
      extended by nl.coderight.jazz.form.validation.ValidationEvent

public final class ValidationEvent
extends Event<ValidationEvent.ValidationEventType>


Nested Class Summary
static class ValidationEvent.ValidationEventType
           
 
Constructor Summary
ValidationEvent(ValidationEvent.ValidationEventType type)
           
 
Method Summary
 ValidationError getError()
           
 void setError(ValidationError error)
           
 
Methods inherited from class nl.coderight.jazz.Event
getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidationEvent

public ValidationEvent(ValidationEvent.ValidationEventType type)
Method Detail

getError

public ValidationError getError()

setError

public void setError(ValidationError error)


Copyright 2010 CodeRight, All rights reserved.