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

net.sf.seide.message.EventCollection Maven / Gradle / Ivy

The newest version!
package net.sf.seide.message;

import java.util.Collection;

import net.sf.seide.event.Event;
import net.sf.seide.support.Beta;

/**
 * This extension of {@link Message} represents multiple source {@link Event}s.
 * 
 * @author german.kondolf
 */
@Beta
public interface EventCollection
    extends Message {

    /**
     * @return the collected {@link Event}s.
     */
    Collection getEvents();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy