public interface RemoteSlaveDisplay extends 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(String message)
Send the given message to this slave display
|
void sendImage(int[] pixels,
int width,
int height,
int type)
throws RemoteException
RemoteExceptionvoid sendMessage(String message) throws RemoteException
RemoteExceptionCopyright © 1996–2023 The SSEC Visualization Project. All rights reserved.