VisibilityEvent

Supported only by WrapperFactory , represents a check to determine whether a member of an object is visible or has been hidden.

If #getReason() is null , then is usable; otherwise is invisible.

API

VisibilityEvent.java
class VisibilityEvent {
  VisibilityEvent(Object source, Identifier identifier)
}