Chat-Applikation/src/server/PipeElement.java

20 lines
374 B
Java

/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package server;
/**
*
* @author eichehome
*/
public class PipeElement {
private PipeElement naechster;
private Object data;
public void setNextElement(Obj)
}