|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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.
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 |
public boolean setTry(CSSetting css)
css - the CSSetting
public void setDone(CSSetting css)
css - the CSSettingpublic void setFailed(CSSetting css)
css - the CSSetting
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||