| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.jdeveloper.model.JProjectTechnologyEvent
public class JProjectTechnologyEvent
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 JProjectTechnologyEventobject. | |
| Method Summary | |
|---|---|
|  Project | getProject()Returns the JProjectin 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 | 
|---|
public JProjectTechnologyEvent(Project project,
                               java.lang.String technologyKey)
JProjectTechnologyEvent object.
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 | 
|---|
public Project getProject()
JProject in which the technology change occurred.
public java.lang.String getTechnologyKey()
| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||