All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.ict4h.atomfeed.client.service.EventWorker Maven / Gradle / Ivy

The newest version!
package org.ict4h.atomfeed.client.service;

import org.ict4h.atomfeed.client.domain.Event;

public interface EventWorker {
    void process(Event event);
    void cleanUp(Event event);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy