That's right. So that call is telling Jmol that there is a callback
listener. So now look for implementations of JmolCallbakListener. You will
find:
public class AppConsole extends JmolConsole ...
public abstract class JmolConsole extends GenericConsole ...
public abstract class GenericConsole im
1 Apr 2015 06:32:47 -0500
From: hans...@stolaf.edu
To: jmol-developers@lists.sourceforge.net
Subject: Re: [Jmol-developers] accessing atom info
What have you been able to learn from Integration.java? How does it work?
--
What have you been able to learn from Integration.java? How does it work?
--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is yo
e it out on my own!
-PJ
Date: Tue, 17 Mar 2015 16:09:50 -0500
From: hans...@stolaf.edu
To: jmol-developers@lists.sourceforge.net
Subject: Re: [Jmol-developers] accessing atom info
Take a look at the examples/org/jmol/Integration.java
Run that as a Java application. It shows how to use the callb
own!
-PJ
Date: Tue, 17 Mar 2015 16:09:50 -0500
From: hans...@stolaf.edu
To: jmol-developers@lists.sourceforge.net
Subject: Re: [Jmol-developers] accessing atom info
Take a look at the examples/org/jmol/Integration.java
Run that as a Java application. It shows how to use the callbacks you are
Take a look at the examples/org/jmol/Integration.java
Run that as a Java application. It shows how to use the callbacks you are
looking for.
On Tue, Mar 17, 2015 at 12:51 AM, D J wrote:
> So this should be a pretty simple task but I've spent a ridiculous amount
> of hours trying to figure this