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 void
notifyCallback(CBK message, java.lang.Object[] data)
boolean
notifyEnabled(CBK type)
void
setCallbackFunction(java.lang.String callbackType, java.lang.String callbackFunction)
-