Uses of Interface
com.croftsoft.core.util.consumer.Consumer

Packages that use Consumer
com.croftsoft.core.net.http.msg HyperText Transfer Protocol (HTTP) asynchronous messaging. 
com.croftsoft.core.text.sml Simplified Markup Language. 
com.croftsoft.core.util.consumer A callback object that "consumes" the callback argument. 
com.croftsoft.core.util.queue Queue data structure (created prior to java.util.Queue). 
com.croftsoft.core.util.state State update broadcast using Remote Method Invocation (RMI). 
 

Uses of Consumer in com.croftsoft.core.net.http.msg
 

Constructors in com.croftsoft.core.net.http.msg with parameters of type Consumer
HttpMessageClient(URL url, String userAgent, Encoder encoder, Parser parser, String contentType, byte[] requestBytes, Consumer consumer)
          Convenience constructor method.
HttpMessageClient(URL url, String userAgent, Encoder encoder, Parser parser, String contentType, byte[] requestBytes, Consumer consumer, long pollingPeriodMin, long pollingPeriodMax, long pollingPeriodInit, double pollingPeriodMult, double pollingPeriodDivi, long pollingPeriodIncr)
          Main constructor method.
 

Uses of Consumer in com.croftsoft.core.text.sml
 

Methods in com.croftsoft.core.text.sml with parameters of type Consumer
static void SmlRecordLoader.parse(InputSource inputSource, Consumer smlRecordConsumer)
           
static void SmlNodeLoader.parse(InputStream inputStream, Consumer smlNodeConsumer)
           
static void SmlNodeLoader.parse(String smlDataFilename, Consumer smlNodeConsumer, boolean isZipFile)
           
static void SmlRecordLoader.parse(String smlDataFilename, Consumer smlRecordConsumer, boolean isZipFile, boolean isGzipFile)
           
 

Uses of Consumer in com.croftsoft.core.util.consumer
 

Classes in com.croftsoft.core.util.consumer that implement Consumer
 class NullConsumer
          A singleton null object implementation of a Consumer.
 class QueueConsumer
          A Consumer that appends objects to a Queue.
 

Uses of Consumer in com.croftsoft.core.util.queue
 

Constructors in com.croftsoft.core.util.queue with parameters of type Consumer
QueuePuller(Queue queue, Consumer consumer)
           
 

Uses of Consumer in com.croftsoft.core.util.state
 

Classes in com.croftsoft.core.util.state that implement Consumer
 class StateListenerConsumer
          Adapts the StateListener interface to the Consumer interface.
 


CroftSoft Javadoc

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