org.xnap.transfer
Interface Priorizable


public interface Priorizable

Defines the requirements for classes that support priorities.


Field Summary
static int MAX_PRIORITY
           
 
Method Summary
 int getPriority()
          Returns the current priority.
 void setPriority(int priority)
          Sets the new priority.
 

Field Detail

MAX_PRIORITY

static final int MAX_PRIORITY
See Also:
Constant Field Values
Method Detail

getPriority

int getPriority()
Returns the current priority.


setPriority

void setPriority(int priority)
Sets the new priority.



Copyright © 2001-2005 XNap Team. All Rights Reserved.