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

E13403-05

oracle.jdeveloper.model
Class JProjectTechnologyEvent

java.lang.Object
  extended by oracle.jdeveloper.model.JProjectTechnologyEvent

public class JProjectTechnologyEvent
extends java.lang.Object

JProjectTechnologyEvent is an event which indicates that a technology has been added or removed from a project.


Constructor Summary
JProjectTechnologyEvent(Project project, java.lang.String technologyKey)
          Constructs a new JProjectTechnologyEvent object.
 
Method Summary
 Project getProject()
          Returns the JProject in which the technology change occurred.
 java.lang.String getTechnologyKey()
          Returns the key for technology that was added or removed from the project.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JProjectTechnologyEvent

public JProjectTechnologyEvent(Project project,
                               java.lang.String technologyKey)
Constructs a new JProjectTechnologyEvent object.

Parameters:
project - The JProject in which the technology change occurred.
technologyKey - The key for the technology that was added or removed from the project.
Method Detail

getProject

public Project getProject()
Returns the JProject in which the technology change occurred.


getTechnologyKey

public java.lang.String getTechnologyKey()
Returns the key for technology that was added or removed from the project.


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

E13403-05

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