Class AbstractValidatorEvent<V>

java.lang.Object
java.util.EventObject
org.nuiton.validator.bean.AbstractValidatorEvent<V>
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BeanListValidatorEvent, SimpleBeanValidatorEvent

public abstract class AbstractValidatorEvent<V>
extends java.util.EventObject
TODO
Since:
2.5.2
Author:
Tony Chemit - chemit@codelutin.com
See Also:
Serialized Form
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.String field
    the field impacted by the validator
    protected java.lang.String[] messagestoAdd  
    protected java.lang.String[] messagestoDelete  
    protected NuitonValidatorScope scope
    the scope impacted by the event

    Fields inherited from class java.util.EventObject

    source
  • Constructor Summary

    Constructors 
    Constructor Description
    AbstractValidatorEvent​(V source, java.lang.String field, NuitonValidatorScope scope, java.lang.String[] messagestoAdd, java.lang.String[] messagestoDelete)  
  • Method Summary

    Modifier and Type Method Description
    abstract java.lang.Object getBean()  
    java.lang.String getField()  
    java.lang.String[] getMessagesToAdd()  
    java.lang.String[] getMessagesToDelete()  
    NuitonValidatorScope getScope()  
    V getSource()  

    Methods inherited from class java.util.EventObject

    toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait