org.eclipse.ecf.ui.screencapture
Interface IImageSender


public interface IImageSender

Interface for sending image (represented by ImageData) to target receiver.


Method Summary
 void sendImage(ID targetID, org.eclipse.swt.graphics.ImageData imageData)
          Send imageData to targetID.
 

Method Detail

sendImage

void sendImage(ID targetID,
               org.eclipse.swt.graphics.ImageData imageData)
Send imageData to targetID.

Parameters:
targetID - the target to send the image to. May be null.
imageData - the imageData to send. May not be null.