CollectionAccessEvent

Supported only by org.apache.causeway.applib.services.wrapper.WrapperFactory , represents an access (reading) of a collection.

The #getReason() will always be null . (If access is not allowed then a vetoing CollectionVisibilityEvent would have been fired).

API

CollectionAccessEvent.java
class CollectionAccessEvent {
  CollectionAccessEvent(Object source, Identifier collectionIdentifier)
}