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

/barrelfish-master/usr/eclipseclp/JavaInterface/src/com/parctechnologies/eclipse/
H A DQueueListener.java37 * the <code>dataAvailable()</code> method is called with the flushed FromEclipseQueue as the
50 * method should not be invoked during <code>dataAvailable()</code>.
52 public void dataAvailable(Object source); method in interface:QueueListener
H A DFromEclipseQueue.java173 listener.dataAvailable(this);
181 * queue, the <code>dataAvailable()</code> method of the
H A DOutOfProcessEclipse.java450 public void dataAvailable(Object source) method in class:OutOfProcessEclipse.StdInListener
491 public void dataAvailable(Object source) method in class:OutOfProcessEclipse.StdOutListener
H A DEclipseMultitaskConnectionImpl.java310 public void dataAvailable(Object source) method in class:EclipseMultitaskConnectionImpl.MultitaskQL
/barrelfish-master/usr/eclipseclp/JavaInterface/tests/
H A DQueueExample2.java98 public void dataAvailable(Object source) method in class:QueueExample2.TermProducer
125 * QueueListener whose dataAvailable method reads a term
135 public void dataAvailable(Object source) method in class:QueueExample2.TermConsumer
H A DQueueExample1.java109 public void dataAvailable(Object source) method in class:QueueExample1.OutputQL
H A DEclipseMapColourer.java1061 public void dataAvailable(Object source) method in class:EclipseMapColourer.SetupMapDataListener
1135 public void dataAvailable(Object source) method in class:EclipseMapColourer.UpdateMapDataListener
1183 public void dataAvailable(Object source) method in class:EclipseMapColourer.ControlDataProducer
/barrelfish-master/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/
H A DVisClient.java552 public void dataAvailable(Object source) method in class:VisClient.VisEventsQL
627 * dataAvailable method simply gets the eventTerm and processes it */
630 public void dataAvailable(Object source) method in class:VisClient.UpdatesQL
632 super.dataAvailable(source);
650 /** In the case of the viewables QL, dataAvailable is also able to handle the
652 public void dataAvailable(Object source) method in class:VisClient.ViewablesQL
654 super.dataAvailable(source);
/barrelfish-master/usr/eclipseclp/documents/embedding/
H A Dembjava.tex864 The {\it QueueListener} interface has two methods: {\tt dataAvailable}
868 \item[{\tt dataAvailable}] is invoked only if the {\it QueueListener} is
894 {\it TermConsumer}, when its {\tt dataAvailable} method is invoked,
1461 executed within the {\it QueueListener} methods {\tt dataAvailable()}

Completed in 95 milliseconds