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
RemoteException
void sendMessage(String message) throws RemoteException
RemoteException
Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.