WhiteBoard Using RMI
WSU CEG 7370 WhiteBoard Using Java RMI
Main Page
Packages
Classes
Files
File List
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-
WhiteBoard.LineCoords
Definition:
LineCoords.java:5
WhiteBoard.LinesFrame.recvOneLine
void recvOneLine(LineCoords ln)
WhiteBoard.LinesFrame
Definition:
LinesFrame.java:6
Copyright ©
2014
www.wright.edu/~pmateti
; thanks to
doxygen