WhiteBoard Using RMI
WSU CEG 7370 WhiteBoard Using Java RMI
LinesFrame.java
Go to the documentation of this file.
1 
2 // file: LinesFrame.java
3 
4 package WhiteBoard;
5 
6 public interface LinesFrame extends java.rmi.Remote {
7  public void recvOneLine(LineCoords ln) throws java.rmi.RemoteException;
8 }
9 
10 // -eof-
void recvOneLine(LineCoords ln)
Copyright © 2014 www.wright.edu/~pmateti;   thanks to doxygen