visad
Interface RemoteSlaveDisplay
-
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- RemoteSlaveDisplayImpl, SocketSlaveDisplay
public interface RemoteSlaveDisplay extends java.rmi.RemoteRemoteSlaveDisplay is the interface for "slave" displays that receive their images from another source, instead of doing the rendering themselves.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidsendImage(int[] pixels, int width, int height, int type)Update this slave display with the given RLE-encoded image pixelsvoidsendMessage(java.lang.String message)Send the given message to this slave display
-
-
-
Method Detail
-
sendImage
void sendImage(int[] pixels, int width, int height, int type) throws java.rmi.RemoteExceptionUpdate this slave display with the given RLE-encoded image pixels- Throws:
java.rmi.RemoteException
-
sendMessage
void sendMessage(java.lang.String message) throws java.rmi.RemoteExceptionSend the given message to this slave display- Throws:
java.rmi.RemoteException
-
-
DMelt 3.0 © DataMelt by jWork.ORG