|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Tool.Observer
An observer interface for use by those that wishing to monitor changes to a tool.
Method Summary | |
---|---|
void |
shortTitleChanged(Tool source,
java.lang.String newValue)
The short title of a tool has been changed. |
void |
titleChanged(Tool source,
java.lang.String newValue)
The title of a tool has been changed. |
void |
toolDisposed(Tool source)
A tool has been disposed. |
Method Detail |
---|
void titleChanged(Tool source, java.lang.String newValue)
source
- The tool whose title has been changed.newValue
- The new title for the tool.void shortTitleChanged(Tool source, java.lang.String newValue)
source
- The tool whose title has been changed.newValue
- The new title for the tool.void toolDisposed(Tool source)
source
- the tool that has been disposed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |