I am using java CustomScanManager. In some cases, I want to just take no action on a scan. I've tried returning null and empty string values but it seems the enter event is always executed. How can I prevent this? Thanks.