Searched refs:setListener (Results 1 - 8 of 8) sorted by relevance

/barrelfish-master/usr/eclipseclp/JavaInterface/tests/
H A DQueueExample2.java74 java_to_eclipse.setListener(new TermProducer());
77 eclipse_to_java.setListener(new TermConsumer());
H A DEclipseMapColourer.java839 continueQueue.setListener(controlDataProducer);
860 setupMapQueue.setListener(new SetupMapDataListener());
881 updateMapQueue.setListener(new UpdateMapDataListener());
/barrelfish-master/usr/eclipseclp/JavaInterface/src/com/parctechnologies/eclipse/
H A DFromEclipseQueue.java184 public void setListener(QueueListener l) throws IOException method in class:FromEclipseQueue
H A DToEclipseQueue.java138 public void setListener(QueueListener l) throws IOException method in class:ToEclipseQueue
H A DOutOfProcessEclipse.java137 {stdin.setListener(new StdInListener());}
141 {stdout.setListener(new StdOutListener("output"));}
145 {stderr.setListener(new StdOutListener("error"));} // no special listener for stderr
H A DEclipseMultitaskConnectionImpl.java83 multitaskQueue.setListener(new MultitaskQL());
/barrelfish-master/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/
H A DVisClient.java448 viewables_stream.setListener(new ViewablesQL());
449 updates_stream.setListener(new UpdatesQL());
501 viewables_stream.setListener(new ViewablesQL());
506 updates_stream.setListener(new UpdatesQL());
/barrelfish-master/usr/eclipseclp/documents/embedding/
H A Dembjava.tex860 the {\tt setListener} method. The {\it QueueListener} can be removed

Completed in 111 milliseconds