link start!
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package com.tridium.flexSerial.comm;
|
||||
|
||||
public interface TLinkedListElement {
|
||||
TLinkedListManager getLinkedListManager();
|
||||
|
||||
TLinkedListElement getNext();
|
||||
|
||||
void setLinkedListManager(TLinkedListManager tLinkedListManager);
|
||||
|
||||
void setNext(TLinkedListElement tLinkedListElement);
|
||||
}
|
||||
Reference in New Issue
Block a user