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)
JProjectTechnologyListener
technologyAdded
in interface JProjectTechnologyListener
event
- The object desribing the technology event.public void technologyRemoved(JProjectTechnologyEvent event)
JProjectTechnologyListener
technologyRemoved
in interface JProjectTechnologyListener
event
- The object describing the technology event.