WhiteBoard Using RMI
WSU CEG 7370 WhiteBoard Using Java RMI
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-
void recvDisplayObj(LinesFrame f)
void sendLine(LineCoords ln)
void updateBoard(LineCoords ln)
Copyright © 2014 www.wright.edu/~pmateti;   thanks to doxygen