org.jmol.api
Interface JmolCallbackListener

All Known Subinterfaces:
JmolStatusListener
All Known Implementing Classes:
AppConsole, AppletConsole, Jmol.MyStatusListener, JmolConsole, StatusListener

public interface JmolCallbackListener


Method Summary
 void notifyCallback(EnumCallback message, Object[] data)
           
 boolean notifyEnabled(EnumCallback type)
           
 void setCallbackFunction(String callbackType, String callbackFunction)
           
 

Method Detail

setCallbackFunction

void setCallbackFunction(String callbackType,
                         String callbackFunction)

notifyCallback

void notifyCallback(EnumCallback message,
                    Object[] data)

notifyEnabled

boolean notifyEnabled(EnumCallback type)