Groovy Documentation

org.gradle.api.changedetection.state
Class StateChangeEventDispatcher

java.lang.Object
  org.gradle.util.queues.AbstractBlockingQueueItemConsumer
      org.gradle.api.changedetection.state.StateChangeEventDispatcher

class StateChangeEventDispatcher
extends AbstractBlockingQueueItemConsumer

author:
Tom Eyckmans


Constructor Summary
StateChangeEventDispatcher(BlockingQueue toConsumeQueue, long pollTimeout, TimeUnit pollTimeoutTimeUnit, ChangeProcessor changeProcessor)

 
Method Summary
protected boolean consume(StateChangeEvent queueItem)

 
Methods inherited from class AbstractBlockingQueueItemConsumer
consume, getEndCause, isEnded, run, setUp, stopConsuming, tearDown
 
Methods inherited from class java.lang.Object
hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll
 

Constructor Detail

StateChangeEventDispatcher

public StateChangeEventDispatcher(BlockingQueue toConsumeQueue, long pollTimeout, TimeUnit pollTimeoutTimeUnit, ChangeProcessor changeProcessor)


 
Method Detail

consume

protected boolean consume(StateChangeEvent queueItem)


 

Groovy Documentation