package gr.cite.notification.integrationevent.inbox.usertouched; import gr.cite.notification.integrationevent.inbox.IntegrationEventHandler; public interface UserTouchedIntegrationEventHandler extends IntegrationEventHandler { }