Interface Tool.Observer
- Enclosing class:
Tool
public static interface Tool.Observer
An observer interface for use by those that wishing to monitor changes
to a tool.
-
Method Summary
Modifier and TypeMethodDescriptionvoidshortTitleChanged(Tool source, String newValue) The short title of a tool has been changed.voidtitleChanged(Tool source, String newValue) The title of a tool has been changed.voidtoolDisposed(Tool source) A tool has been disposed.
-
Method Details
-
titleChanged
-
shortTitleChanged
-
toolDisposed
A tool has been disposed.- Parameters:
source- the tool that has been disposed
-