org.jmol.api
Interface JmolCallbackListener

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

public interface JmolCallbackListener


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

Method Detail

setCallbackFunction

void setCallbackFunction(String callbackType,
                         String callbackFunction)

notifyCallback

void notifyCallback(int type,
                    Object[] data)

notifyEnabled

boolean notifyEnabled(int callback_pick)