super(InteractionContextType.COLLECTION_USABLE, deploymentCategory, session, invocationMethod, identifier, target, where);
}
@Override
public CollectionUsabilityEvent createInteractionEvent() {
return new CollectionUsabilityEvent(getTarget().getObject(), getIdentifier());
}