org.xnap.transfer
Interface Priorizable
public interface Priorizable
Defines the requirements for classes that support priorities.
Method Summary |
int |
getPriority()
Returns the current priority. |
void |
setPriority(int priority)
Sets the new priority. |
MAX_PRIORITY
static final int MAX_PRIORITY
- See Also:
- Constant Field Values
getPriority
int getPriority()
- Returns the current priority.
setPriority
void setPriority(int priority)
- Sets the new priority.
Copyright © 2001-2005 XNap Team. All Rights Reserved.