org.esa.beam.framework.ui.tool
Interface ToolListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
ToolAdapter

Deprecated. since BEAM 4.7, no replacement

@Deprecated
public interface ToolListener
extends EventListener

Listens for state changes of a tool.

Version:
$Revision$ $Date$
Author:
Norman Fomferra

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

toolActivated

void toolActivated(ToolEvent toolEvent)
Deprecated. 
Invoked if a tool was activated.

Parameters:
toolEvent - the event which caused the state change.

toolDeactivated

void toolDeactivated(ToolEvent toolEvent)
Deprecated. 
Invoked if a tool was activated.

Parameters:
toolEvent - the event which caused the state change.

toolEnabled

void toolEnabled(ToolEvent toolEvent)
Deprecated. 
Invoked if a tool was enabled.

Parameters:
toolEvent - the event which caused the state change.

toolDisabled

void toolDisabled(ToolEvent toolEvent)
Deprecated. 
Invoked if a tool was disabled.

Parameters:
toolEvent - the event which caused the state change.

toolCanceled

void toolCanceled(ToolEvent toolEvent)
Deprecated. 
Invoked if the tool was canceled while it was active and not finished.

Parameters:
toolEvent - the event which caused the state change.

toolFinished

void toolFinished(ToolEvent toolEvent)
Deprecated. 
Invoked if the user finished the work with this tool.

Parameters:
toolEvent - the event which caused the state change.


Copyright © 2002-2012 Brockmann Consult GmbH. All Rights Reserved.