Package org.jmol.api
Interface JmolSyncInterface
-
- All Known Subinterfaces:
JmolAppletInterface
- All Known Implementing Classes:
GenericApplet,Jmol,Jmol,StatusListener
public interface JmolSyncInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>getJSpecViewProperty(java.lang.String key)voidregister(java.lang.String id, JmolSyncInterface jsi)voidsyncScript(java.lang.String script)
-
-
-
Method Detail
-
syncScript
void syncScript(java.lang.String script)
-
register
void register(java.lang.String id, JmolSyncInterface jsi)
-
getJSpecViewProperty
java.util.Map<java.lang.String,java.lang.Object> getJSpecViewProperty(java.lang.String key)
-
-