|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Deprecated public interface ToolListener
Listens for state changes of a tool.
| Method Summary | |
|---|---|
void |
toolActivated(ToolEvent toolEvent)
Deprecated. Invoked if a tool was activated. |
void |
toolCanceled(ToolEvent toolEvent)
Deprecated. Invoked if the tool was canceled while it was active and not finished. |
void |
toolDeactivated(ToolEvent toolEvent)
Deprecated. Invoked if a tool was activated. |
void |
toolDisabled(ToolEvent toolEvent)
Deprecated. Invoked if a tool was disabled. |
void |
toolEnabled(ToolEvent toolEvent)
Deprecated. Invoked if a tool was enabled. |
void |
toolFinished(ToolEvent toolEvent)
Deprecated. Invoked if the user finished the work with this tool. |
| Method Detail |
|---|
void toolActivated(ToolEvent toolEvent)
toolEvent - the event which caused the state change.void toolDeactivated(ToolEvent toolEvent)
toolEvent - the event which caused the state change.void toolEnabled(ToolEvent toolEvent)
toolEvent - the event which caused the state change.void toolDisabled(ToolEvent toolEvent)
toolEvent - the event which caused the state change.void toolCanceled(ToolEvent toolEvent)
toolEvent - the event which caused the state change.void toolFinished(ToolEvent toolEvent)
toolEvent - the event which caused the state change.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||