com.croftsoft.core.util.consumer
Class QueueConsumer

java.lang.Object
  extended by com.croftsoft.core.util.consumer.QueueConsumer
All Implemented Interfaces:
Consumer

public final class QueueConsumer
extends Object
implements Consumer

A Consumer that appends objects to a Queue.

Since:
2003-06-10
Version:
2003-06-10
Author:
David Wallace Croft

Constructor Summary
QueueConsumer(Queue queue)
           
 
Method Summary
 void consume(Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueueConsumer

public QueueConsumer(Queue queue)
Method Detail

consume

public void consume(Object o)
Specified by:
consume in interface Consumer

CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)