ObjectVisibilityEvent

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

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

API

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