ParseValueEvent

Supported only by WrapperFactory , represents a check as to whether the proposed values of the value type is valid.

If #getReason() is not null then provides the reason why the proposed value is invalid, otherwise the new value is acceptable.

API

ParseValueEvent.java
class ParseValueEvent {
  ParseValueEvent(Object source, Identifier classIdentifier, String proposed)
  Object getSource()     (1)
  String getProposed()
}
1 getSource()

Will be the source provided in the #ParseValueEvent(Object, Identifier, String) constructor if not null, otherwise will fallback to the proposed value.

Members

getSource()

Will be the source provided in the #ParseValueEvent(Object, Identifier, String) constructor if not null, otherwise will fallback to the proposed value.