public interface RemoteSlaveDisplay
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
void |
sendImage(int[] pixels,
int width,
int height,
int type)
Update this slave display with the given RLE-encoded image pixels
|
void |
sendMessage(java.lang.String message)
Send the given message to this slave display
|
void sendImage(int[] pixels,
int width,
int height,
int type)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid sendMessage(java.lang.String message)
throws java.rmi.RemoteException
java.rmi.RemoteException