PropertyVisibilityEvent

Supported only by WrapperFactory , represents a check as to whether a property is visible or has been hidden.

If #getReason() is not null then provides the reason why the property is invisible; otherwise property is visible.

API

PropertyVisibilityEvent.java
class PropertyVisibilityEvent {
  PropertyVisibilityEvent(Object source, Identifier propertyIdentifier)
}