CollectionVisibilityEvent

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

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

API

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