link start!
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package com.tridium.bacnet.stack.network;
|
||||
|
||||
public interface PrioritizedQueueEntry {
|
||||
PrioritizedQueueEntry getNext();
|
||||
|
||||
int getPriority();
|
||||
|
||||
void setNext(PrioritizedQueueEntry prioritizedQueueEntry);
|
||||
}
|
||||
Reference in New Issue
Block a user