Interface EventComparator<T>

Type Parameters:
T - Type of the event
All Superinterfaces:
Comparator<T>, Serializable

public interface EventComparator<T> extends Comparator<T>, Serializable
Custom comparator used to compares two events.