org.esa.beam.framework.ui.tool
Class ToolAdapter

java.lang.Object
  extended by org.esa.beam.framework.ui.tool.ToolAdapter
All Implemented Interfaces:
EventListener, ToolListener

Deprecated. since BEAM 4.7, no replacement

@Deprecated
public class ToolAdapter
extends Object
implements ToolListener

Provides (empty) default implementations for all operations of the ToolListener interface.

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

Constructor Summary
ToolAdapter()
          Deprecated. Constructs the adapter (the method does nothing).
 
Method Summary
 void toolActivated(ToolEvent toolEvent)
          Deprecated. Invoked if a tool was activated (the method does nothing).
 void toolCanceled(ToolEvent toolEvent)
          Deprecated. Invoked if the tool was canceled while it was active and not finished (the method does nothing).
 void toolDeactivated(ToolEvent toolEvent)
          Deprecated. Invoked if a tool was activated (the method does nothing).
 void toolDisabled(ToolEvent toolEvent)
          Deprecated. Invoked if a tool was disabled (the method does nothing).
 void toolEnabled(ToolEvent toolEvent)
          Deprecated. Invoked if a tool was enabled (the method does nothing).
 void toolFinished(ToolEvent toolEvent)
          Deprecated. Invoked if the user finished the work with this tool (the method does nothing).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ToolAdapter

public ToolAdapter()
Deprecated. 
Constructs the adapter (the method does nothing).

Method Detail

toolActivated

public void toolActivated(ToolEvent toolEvent)
Deprecated. 
Invoked if a tool was activated (the method does nothing).

Specified by:
toolActivated in interface ToolListener
Parameters:
toolEvent - the event which caused the state change.

toolDeactivated

public void toolDeactivated(ToolEvent toolEvent)
Deprecated. 
Invoked if a tool was activated (the method does nothing).

Specified by:
toolDeactivated in interface ToolListener
Parameters:
toolEvent - the event which caused the state change.

toolDisabled

public void toolDisabled(ToolEvent toolEvent)
Deprecated. 
Invoked if a tool was disabled (the method does nothing).

Specified by:
toolDisabled in interface ToolListener
Parameters:
toolEvent - the event which caused the state change.

toolEnabled

public void toolEnabled(ToolEvent toolEvent)
Deprecated. 
Invoked if a tool was enabled (the method does nothing).

Specified by:
toolEnabled in interface ToolListener
Parameters:
toolEvent - the event which caused the state change.

toolCanceled

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

Specified by:
toolCanceled in interface ToolListener
Parameters:
toolEvent - the event which caused the state change.

toolFinished

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

Specified by:
toolFinished in interface ToolListener
Parameters:
toolEvent - the event which caused the state change.


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