Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

oracle.apps.fnd.applcore.dt.deploy
Class DeployLibraryChangeListener

java.lang.Object
  extended by oracle.jdeveloper.library.ProjectLibraryChangeListener
      extended by oracle.apps.fnd.applcore.dt.deploy.DeployLibraryChangeListener

public class DeployLibraryChangeListener
extends ProjectLibraryChangeListener

The DeployLibraryChangeListener provides a concrete implementation of a ProjectLibraryChangeListener. This provides events for changes to the libraries referenced by a project.

Author:
Michael Luetchford (michael.luetchford@oracle.com)

Constructor Summary
DeployLibraryChangeListener()
          Default constructor.
 
Method Summary
 boolean needClasspathNotification(Project project)
          Method to determine if classpath notification is needed for this listener.
 void projectClasspathChanged(ProjectLibraryChangeEvent event)
          Listener method to populate the orion-application.xml file when the classpath has the Applications Core libraries added.
 
Methods inherited from class oracle.jdeveloper.library.ProjectLibraryChangeListener
projectClosed, projectOpened
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeployLibraryChangeListener

public DeployLibraryChangeListener()
Default constructor.

Method Detail

needClasspathNotification

public boolean needClasspathNotification(Project project)
Method to determine if classpath notification is needed for this listener.

Specified by:
needClasspathNotification in class ProjectLibraryChangeListener
Parameters:
project - The project generating the classpath.
Returns:
true as this listener requires classpath notification.

projectClasspathChanged

public void projectClasspathChanged(ProjectLibraryChangeEvent event)
Listener method to populate the orion-application.xml file when the classpath has the Applications Core libraries added.

Specified by:
projectClasspathChanged in class ProjectLibraryChangeListener
Parameters:
event - The event for this classpath changes.

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.