org.ejtools.graph.service
Interface GraphConsumer

All Known Implementing Classes:
GraphInternalFrame

public interface GraphConsumer

Version:
$Revision: 1.5 $
Author:
Laurent Etiemble

Method Summary
 void addGraphProducer(GraphProducer producer)
          Adds a feature to the GraphProducer attribute of the GraphService object
 boolean containsGraphProducer(GraphProducer producer)
          Description of the Method
 void removeGraphProducer(GraphProducer producer)
          Description of the Method
 void setDelay(long value)
          Sets the consomptionDelay attribute of the GraphConsumer object
 

Method Detail

addGraphProducer

public void addGraphProducer(GraphProducer producer)
Adds a feature to the GraphProducer attribute of the GraphService object

Parameters:
producer - The feature to be added to the GraphProducer attribute

removeGraphProducer

public void removeGraphProducer(GraphProducer producer)
Description of the Method

Parameters:
producer - Description of the Parameter

containsGraphProducer

public boolean containsGraphProducer(GraphProducer producer)
Description of the Method

Parameters:
producer - Description of the Parameter
Returns:
Description of the Return Value

setDelay

public void setDelay(long value)
Sets the consomptionDelay attribute of the GraphConsumer object

Parameters:
value - The new consomptionDelay value


Copyright © 2002-2003 EJTools Org.. All Rights Reserved.