de.soldin.gt2jump.cts
Interface CSSetListener

All Known Implementing Classes:
CSTransform

public interface CSSetListener

This Interface defines the methods necessary for any listener, which wants to be informed about changes in the cs setting of a layer.

CSSetListeners can be registered with CSSetting for that reason.

See Also:
CSSetting

Method Summary
 void setDone(CSSetting css)
          called when the setting process was successful
 void setFailed(CSSetting css)
          called when the setting process failed at some point
 boolean setTry(CSSetting css)
          called when somebody tries to set to another cs
 

Method Detail

setTry

public boolean setTry(CSSetting css)
called when somebody tries to set to another cs

Parameters:
css - the CSSetting
Returns:
if the trial was succesful

setDone

public void setDone(CSSetting css)
called when the setting process was successful

Parameters:
css - the CSSetting

setFailed

public void setFailed(CSSetting css)
called when the setting process failed at some point

Parameters:
css - the CSSetting