public class JProjectTechnologyAdapter extends java.lang.Object implements JProjectTechnologyListener
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 and Description |
|---|
JProjectTechnologyAdapter() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public void technologyAdded(JProjectTechnologyEvent event)
JProjectTechnologyListenertechnologyAdded in interface JProjectTechnologyListenerevent - The object desribing the technology event.public void technologyRemoved(JProjectTechnologyEvent event)
JProjectTechnologyListenertechnologyRemoved in interface JProjectTechnologyListenerevent - The object describing the technology event.