public class EventListenerKey extends Object implements Comparable<EventListenerKey>
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(EventListenerKey o) |
boolean |
equals(Object o) |
int |
getRanklessPosition() |
long |
getServiceId() |
int |
getServiceRank() |
int |
hashCode() |
static EventListenerKey |
ofModel(EventListenerModel model)
Create a key from
EventListenerModel |
static EventListenerKey |
ofPosition(int position)
Create a key from a position in the list of listeners added programatically
|
public static EventListenerKey ofModel(EventListenerModel model)
EventListenerModelmodel - public static EventListenerKey ofPosition(int position)
position - public int getServiceRank()
public long getServiceId()
public int getRanklessPosition()
public int compareTo(EventListenerKey o)
compareTo in interface Comparable<EventListenerKey>Copyright © 2006–2024 OPS4J - Open Participation Software for Java. All rights reserved.