Searched refs:dataRequest (Results 1 - 9 of 9) sorted by relevance

/barrelfish-master/usr/eclipseclp/JavaInterface/src/com/parctechnologies/eclipse/
H A DQueueListener.java41 * the <code>dataRequest()</code> method is called with the ToEclipseQueue as the
59 * method should not be invoked during <code>dataRequest()</code>.
61 public void dataRequest(Object source); method in interface:QueueListener
H A DToEclipseQueue.java159 // if there is a listener, invoke its dataRequest method
162 listener.dataRequest(this);
H A DOutOfProcessEclipse.java454 public void dataRequest(Object source) method in class:OutOfProcessEclipse.StdInListener
523 public void dataRequest(Object source) method in class:OutOfProcessEclipse.StdOutListener
H A DEclipseMultitaskConnectionImpl.java368 public void dataRequest(Object source){} method in class:EclipseMultitaskConnectionImpl.MultitaskQL
/barrelfish-master/usr/eclipseclp/JavaInterface/tests/
H A DQueueExample2.java87 * QueueListener whose dataRequest method sends 5 different atoms
103 public void dataRequest(Object source) method in class:QueueExample2.TermProducer
152 public void dataRequest(Object source) method in class:QueueExample2.TermConsumer
H A DQueueExample1.java124 public void dataRequest(Object source){}; method in class:QueueExample1.OutputQL
H A DEclipseMapColourer.java1120 public void dataRequest(Object source) method in class:EclipseMapColourer.SetupMapDataListener
1165 public void dataRequest(Object source) method in class:EclipseMapColourer.UpdateMapDataListener
1189 public synchronized void dataRequest(Object source) method in class:EclipseMapColourer.ControlDataProducer
/barrelfish-master/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/
H A DVisClient.java567 public void dataRequest(Object source){} method in class:VisClient.VisEventsQL
/barrelfish-master/usr/eclipseclp/documents/embedding/
H A Dembjava.tex865 and {\tt dataRequest}.
871 \item[{\tt dataRequest}] is invoked only if the {\it QueueListener} is
873 to read from the queue when it is empty\footnote{Note that this invocation occurs only if the {\eclipse} side of the queue is empty. If you have written data to the queue on the Java side, but not flushed it, the {\eclipse} side may still be empty, in which case the {\tt dataRequest} method of the listener will be invoked.}.
892 TermProducer}, each time its {\tt dataRequest} method is invoked, sends
1462 or {\tt dataRequest()}.

Completed in 104 milliseconds