ObjectValidityEvent

Supported only by WrapperFactory , represents a check as to whether the current values of the properties/collections of an object are valid (for example, prior to saving that object).

If #getReason() is not null then provides the reason why the object is invalid, otherwise ok.

API

ObjectValidityEvent.java
class ObjectValidityEvent {
  ObjectValidityEvent(Object source, Identifier classIdentifier)
  Object getProposed()
}