oracle.jdeveloper.model
Interface JProjectTechnologyListener
- All Known Implementing Classes:
- JProjectTechnologyAdapter
- public interface JProjectTechnologyListener
JProjectTechnologyListener
defines the interface for an object that's notified when a technology is added or removed from a project.
technologyAdded
public void technologyAdded(JProjectTechnologyEvent event)
- Called whenever a technology is added to a project.
-
- Parameters:
event
- The object desribing the technology event.
technologyRemoved
public void technologyRemoved(JProjectTechnologyEvent event)
- Called whenever a technology is removed from a project.
-
- Parameters:
event
- The object describing the technology event.
Copyright © 1997, 2004, Oracle. All rights reserved.