package schedframe.scheduling.plugin; import java.util.Map; import schedframe.scheduling.events.SchedulingEventType; import test.rewolucja.scheduling.PluginConfiguration; public interface SchedulingPluginConfiguration extends PluginConfiguration { /** * SchedulingEventType - type of the event served by the plugin. * Object - parameter of the event, if particular event requires one. * @return */ public Map getServedEvents(); }