Package org.jmol.api

Interface JmolCallbackListener

All Known Subinterfaces:
JmolStatusListener
All Known Implementing Classes:
AppConsole, AppletConsole, AppletConsole, GenericApplet, GenericConsole, Jmol, JmolConsole, StatusListener

public interface JmolCallbackListener
  • Method Details

    • setCallbackFunction

      void setCallbackFunction(String callbackType, String callbackObject)
    • notifyCallback

      void notifyCallback(CBK message, Object[] data)
    • notifyEnabled

      boolean notifyEnabled(CBK type)