ISources
integer
constants.@Deprecated public final class Priority extends Object implements Comparable
An instance of this interface represents a priority for use with instances of
HandlerSubmission
.
The order of precedence (from highest to lowest) is as follows. Submissions with higher priority will be preferred over those with lower priority.
This class is not intended to be extended by clients.
Modifier and Type | Field and Description |
---|---|
static Priority |
LEGACY
Deprecated.
An instance representing 'legacy' priority.
|
static Priority |
LOW
Deprecated.
An instance representing 'low' priority.
|
static Priority |
MEDIUM
Deprecated.
An instance representing 'medium' priority.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object object)
Deprecated.
|
String |
toString()
Deprecated.
|
public static final Priority LEGACY
public static final Priority LOW
public static final Priority MEDIUM
@Deprecated public int compareTo(Object object)
compareTo
in interface Comparable
Comparable.compareTo(java.lang.Object)
@Deprecated public String toString()
toString
in class Object
Object.toString()
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.