| 
 | 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.JProjectTechnologyAdapter
public class JProjectTechnologyAdapter
JProjectTechnologyAdapter is the adapter for receiving
 project technology events.  The methods in this class are empty; this
 class is provided as a convenience for easily creating listeners by
 extending this class and overriding only the methods of interest.
JProject#registerProjectTechnologyListener(String,JProjectTechnologyListener)| Constructor Summary | |
|---|---|
| JProjectTechnologyAdapter() | |
| Method Summary | |
|---|---|
|  void | technologyAdded(JProjectTechnologyEvent event)Called whenever a technology is added to a project. | 
|  void | technologyRemoved(JProjectTechnologyEvent event)Called whenever a technology is removed from a project. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public JProjectTechnologyAdapter()
| Method Detail | 
|---|
public void technologyAdded(JProjectTechnologyEvent event)
JProjectTechnologyListener
technologyAdded in interface JProjectTechnologyListenerevent - The object desribing the technology event.public void technologyRemoved(JProjectTechnologyEvent event)
JProjectTechnologyListener
technologyRemoved in interface JProjectTechnologyListenerevent - The object describing the technology event.| 
 | 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 | |||||||||