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.
HandlerSubmission
,
ISources
,
IHandlerService.activateHandler(String,
IHandler, Expression)
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, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.