package net.frontlinesms.events; /** * The interface for the Event notification structure. * Should be implemented to create situation-specific events. * @author Dieterich Lawson <dieterich@medic.frontlinesms.com> * @author Alex Anderson <alex@frontlinesms.com> */ public interface FrontlineEventNotification { }