CollectionUsabilityEvent

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

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

API

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