de.javagl.swogl.scene
Interface LightListener


public interface LightListener

Interface for all classes that want to be informed when a property of a Light changes


Method Summary
 void lightChanged(Light light)
          Will be called when a property of the given Light changed
 

Method Detail

lightChanged

void lightChanged(Light light)
Will be called when a property of the given Light changed

Parameters:
light - The light