public class ListenerPriorityComparator
extends java.lang.Object
implements java.util.Comparator<java.lang.Object>
ListenerPriority.| Constructor and Description |
|---|
ListenerPriorityComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(java.lang.Object o1,
java.lang.Object o2) |
protected int |
getPriority(java.lang.Object obj)
Get the priority of the object.
|
public int compare(java.lang.Object o1,
java.lang.Object o2)
compare in interface java.util.Comparator<java.lang.Object>protected int getPriority(java.lang.Object obj)
obj - object to get the priorityCopyright © 2018 FluentLenium. All Rights Reserved.