WhiteBoard Using RMI
WSU CEG 7370 WhiteBoard Using Java RMI
|
Public Member Functions | |
void | pleaseDie () throws java.rmi.RemoteException |
void | recvDisplayObj (LinesFrame f) throws java.rmi.RemoteException |
void | sendAllLines () throws java.rmi.RemoteException |
void | sendLine (LineCoords ln) throws java.rmi.RemoteException |
void | updateBoard (LineCoords ln) throws java.rmi.RemoteException |
Definition at line 5 of file WbClient.java.
void WhiteBoard.WbClient.pleaseDie | ( | ) | throws java.rmi.RemoteException |
Implemented in WhiteBoard.WbClientImpl.
void WhiteBoard.WbClient.recvDisplayObj | ( | LinesFrame | f | ) | throws java.rmi.RemoteException |
Implemented in WhiteBoard.WbClientImpl.
void WhiteBoard.WbClient.sendAllLines | ( | ) | throws java.rmi.RemoteException |
Implemented in WhiteBoard.WbClientImpl.
void WhiteBoard.WbClient.sendLine | ( | LineCoords | ln | ) | throws java.rmi.RemoteException |
Implemented in WhiteBoard.WbClientImpl.
void WhiteBoard.WbClient.updateBoard | ( | LineCoords | ln | ) | throws java.rmi.RemoteException |
Implemented in WhiteBoard.WbClientImpl.