Dali Provisional API
Release 3.2

org.eclipse.jpt.jpa.db
Class ConnectionProfileAdapter

java.lang.Object
  extended by org.eclipse.jpt.jpa.db.ConnectionProfileAdapter
All Implemented Interfaces:
EventListener, ConnectionProfileListener

public class ConnectionProfileAdapter
extends Object
implements ConnectionProfileListener

An empty implementation of ConnectionProfileListener.

Provisional API: This class is part of an interim API that is still under development and expected to change significantly before reaching stability. It is available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.


Constructor Summary
ConnectionProfileAdapter()
           
 
Method Summary
 void connectionProfileAdded(String name)
          The specified profile has been added.
 void connectionProfileRemoved(String name)
          The specified profile has been removed.
 void connectionProfileRenamed(String oldName, String newName)
          The specified profile has been renamed.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectionProfileAdapter

public ConnectionProfileAdapter()
Method Detail

connectionProfileAdded

public void connectionProfileAdded(String name)
Description copied from interface: ConnectionProfileListener
The specified profile has been added.

Specified by:
connectionProfileAdded in interface ConnectionProfileListener

connectionProfileRemoved

public void connectionProfileRemoved(String name)
Description copied from interface: ConnectionProfileListener
The specified profile has been removed.

Specified by:
connectionProfileRemoved in interface ConnectionProfileListener

connectionProfileRenamed

public void connectionProfileRenamed(String oldName,
                                     String newName)
Description copied from interface: ConnectionProfileListener
The specified profile has been renamed.

Specified by:
connectionProfileRenamed in interface ConnectionProfileListener

toString

public String toString()
Overrides:
toString in class Object

Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.