Class MotionJpegOverHttpReceiverSwt.LatestImageDataBlockingQueue

java.lang.Object
java.util.AbstractCollection<org.eclipse.swt.graphics.ImageData>
java.util.AbstractQueue<org.eclipse.swt.graphics.ImageData>
java.util.concurrent.LinkedBlockingQueue<org.eclipse.swt.graphics.ImageData>
gda.images.camera.MotionJpegOverHttpReceiverSwt.LatestImageDataBlockingQueue
All Implemented Interfaces:
Serializable, Iterable<org.eclipse.swt.graphics.ImageData>, Collection<org.eclipse.swt.graphics.ImageData>, BlockingQueue<org.eclipse.swt.graphics.ImageData>, Queue<org.eclipse.swt.graphics.ImageData>
Enclosing class:
MotionJpegOverHttpReceiverSwt

public static final class MotionJpegOverHttpReceiverSwt.LatestImageDataBlockingQueue extends LinkedBlockingQueue<org.eclipse.swt.graphics.ImageData>
See Also:
  • Method Details

    • offer

      public boolean offer(org.eclipse.swt.graphics.ImageData e)
      Specified by:
      offer in interface BlockingQueue<org.eclipse.swt.graphics.ImageData>
      Specified by:
      offer in interface Queue<org.eclipse.swt.graphics.ImageData>
      Overrides:
      offer in class LinkedBlockingQueue<org.eclipse.swt.graphics.ImageData>