Package org.jmol.api
Interface JmolCallbackListener
-
- All Known Subinterfaces:
JmolStatusListener
- All Known Implementing Classes:
AppConsole,AppletConsole,AppletConsole,GenericApplet,GenericConsole,Jmol,Jmol,JmolConsole,StatusListener
public interface JmolCallbackListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnotifyCallback(CBK message, java.lang.Object[] data)booleannotifyEnabled(CBK type)voidsetCallbackFunction(java.lang.String callbackType, java.lang.String callbackFunction)
-