super(InteractionContextType.ACTION_USABLE, deploymentCategory, session, invocationMethod, id, target, where);
}
@Override
public ActionUsabilityEvent createInteractionEvent() {
return new ActionUsabilityEvent(unwrap(getTarget()), getIdentifier());
}