WhiteBoard Using RMI
WSU CEG 7370 WhiteBoard Using Java RMI
Main Page
Packages
Classes
Files
File List
WbClient.java
Go to the documentation of this file.
1
// file: WbClient.java
2
3
package
WhiteBoard;
4
5
public
interface
WbClient
6
extends
java.rmi.Remote, java.io.Serializable {
7
void
updateBoard
(
LineCoords
ln)
throws
java.rmi.RemoteException;
8
void
sendAllLines
()
throws
java.rmi.RemoteException;
9
void
sendLine
(
LineCoords
ln)
throws
java.rmi.RemoteException;
10
void
pleaseDie
()
throws
java.rmi.RemoteException;
11
void
recvDisplayObj
(
LinesFrame
f)
throws
java.rmi.RemoteException;
12
}
13
14
// -eof-
WhiteBoard.LineCoords
Definition:
LineCoords.java:5
WhiteBoard.WbClient.recvDisplayObj
void recvDisplayObj(LinesFrame f)
WhiteBoard.WbClient.pleaseDie
void pleaseDie()
WhiteBoard.WbClient.sendAllLines
void sendAllLines()
WhiteBoard.LinesFrame
Definition:
LinesFrame.java:6
WhiteBoard.WbClient.sendLine
void sendLine(LineCoords ln)
WhiteBoard.WbClient.updateBoard
void updateBoard(LineCoords ln)
WhiteBoard.WbClient
Definition:
WbClient.java:5
Copyright ©
2014
www.wright.edu/~pmateti
; thanks to
doxygen