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

org.fennec.sdk.model.events.TimestampedEvent Maven / Gradle / Ivy

The newest version!
package org.fennec.sdk.model.events;

/**
 * An event with a timestamp
 */
public interface TimestampedEvent {

    /**
     * @return the timestamp associated to this event
     */
    Long getTimestamp();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy