j2d.video
Interface ImageListener

All Known Subinterfaces:
ImagePipelineProcessor, VideoProcessorInterface
All Known Implementing Classes:
FileSink, FlvSink, GifSink, ImagePipelineProcessorStack, ServoPreview, SocketSinkXmitter, StepperPreview, VideoPreview, VideoProcessor

public interface ImageListener

A listener interface used to know when to send images.

This enables a push technology for images (i.e., from a camera).


Method Summary
 void update(java.awt.Image image)
          Used send the image to the listening application.
 

Method Detail

update

void update(java.awt.Image image)
Used send the image to the listening application.