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

java.lang.Object
  extended by java.util.EventObject
      extended by org.esa.beam.framework.ui.tool.ToolEvent
All Implemented Interfaces:
Serializable

Deprecated. since BEAM 4.7, no replacement

@Deprecated
public class ToolEvent
extends EventObject

A special event type which is fired by tools to inform tool listeners about state changes of a tool.

Version:
$Revision$ $Date$
Author:
Norman Fomferra
See Also:
Serialized Form

Field Summary
 int _id
          Deprecated.  
static int TOOL_ACTIVATED
          Deprecated.  
static int TOOL_CANCELED
          Deprecated.  
static int TOOL_DEACTIVATED
          Deprecated.  
static int TOOL_DISABLED
          Deprecated.  
static int TOOL_ENABLED
          Deprecated.  
static int TOOL_FINISHED
          Deprecated.  
static int TOOL_USER_ID
          Deprecated.  
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ToolEvent(Tool tool, int id)
          Deprecated. Constructs a new tool event.
 
Method Summary
 int getID()
          Deprecated. Gets the event identifier.
 Tool getTool()
          Deprecated. Returns the tool which generated this event.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TOOL_ACTIVATED

public static final int TOOL_ACTIVATED
Deprecated. 
See Also:
Constant Field Values

TOOL_DEACTIVATED

public static final int TOOL_DEACTIVATED
Deprecated. 
See Also:
Constant Field Values

TOOL_ENABLED

public static final int TOOL_ENABLED
Deprecated. 
See Also:
Constant Field Values

TOOL_DISABLED

public static final int TOOL_DISABLED
Deprecated. 
See Also:
Constant Field Values

TOOL_CANCELED

public static final int TOOL_CANCELED
Deprecated. 
See Also:
Constant Field Values

TOOL_FINISHED

public static final int TOOL_FINISHED
Deprecated. 
See Also:
Constant Field Values

TOOL_USER_ID

public static final int TOOL_USER_ID
Deprecated. 
See Also:
Constant Field Values

_id

public final int _id
Deprecated. 
Constructor Detail

ToolEvent

public ToolEvent(Tool tool,
                 int id)
Deprecated. 
Constructs a new tool event.

Parameters:
tool - the tool whcih generated this event.
Method Detail

getTool

public Tool getTool()
Deprecated. 
Returns the tool which generated this event.


getID

public int getID()
Deprecated. 
Gets the event identifier.



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