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 and Description |
|---|
JProjectTechnologyEvent(Project project,
java.lang.String technologyKey)
Constructs a new
JProjectTechnologyEvent object. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.public Project getProject()
JProject in which the technology change occurred.public java.lang.String getTechnologyKey()