Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


oracle.ide.externaltools
Class ExternalToolEvent

java.lang.Object
  extended by java.util.EventObject
      extended by oracle.ide.externaltools.ExternalToolEvent

All Implemented Interfaces:
java.io.Serializable

@Immutable
public final class ExternalToolEvent
extends java.util.EventObject

An event object containing information about an event sent to an ExternalToolListener.

Since:
11.1.1.0.1
See Also:
Serialized Form

Field Summary

 

Fields inherited from class java.util.EventObject
source

 

Constructor Summary
ExternalToolEvent(java.lang.Object source, ExternalTool tool)
          Creates an ExternalToolEvent.

 

Method Summary
 ExternalTool getTool()
          Returns the external tool this event applies to.

 

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

 

Constructor Detail

ExternalToolEvent

public ExternalToolEvent(java.lang.Object source,
                         ExternalTool tool)
Creates an ExternalToolEvent.
Parameters:
source - the source of the event.
tool - the tool this event applies to.

Method Detail

getTool

public ExternalTool getTool()
Returns the external tool this event applies to.
Returns:
the external tool this event applies to.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


Copyright © 1997, 2011, Oracle. All rights reserved.