com.interfaceware.chameleon
Interface Log

All Known Implementing Classes:
LogTextArea

public interface Log

The listener interface for handling log output events. This interface allows clients which support this interface to be unaware of what device they are actually logging to. Use of the python log() command in the VMD file will be output through this interface.


Method Summary
 void println(java.lang.String Line)
          Invoked when logging output.
 

Method Detail

println

void println(java.lang.String Line)
Invoked when logging output.