org.jocl.cloth.utils.gui
Interface CLConfigListener


public interface CLConfigListener

Interface for classes that want to be informed about modifications in a CLConfig


Method Summary
 void configChanged(CLConfig clConfig)
          Will be called when the given CLConfig changed.
 

Method Detail

configChanged

void configChanged(CLConfig clConfig)
Will be called when the given CLConfig changed.

Parameters:
clConfig - The CLConfig