io.bigdime.core.handler.HandlerJournal Maven / Gradle / Ivy
/**
* Copyright (C) 2015 Stubhub.
*/
package io.bigdime.core.handler;
import java.util.List;
import io.bigdime.core.ActionEvent;
public interface HandlerJournal {
long getTotalRead();
void setTotalRead(long totalRead);
long getTotalSize();
void setTotalSize(long totalSize);
List getEventList();
void setEventList(List eventList);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy