package org.gcube.event.publisher; import org.json.simple.JSONObject; public interface EventSender { void send(JSONObject event); }