7 lines
147 B
Java
7 lines
147 B
Java
package com.de22.foundation.trt;
|
|
|
|
import com.foundation.util.IManagedList;
|
|
|
|
public interface IServer {
|
|
public IManagedList getStuff();
|
|
}//IServer// |