Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.2)

E13403-10


oracle.jdeveloper.db
Interface ConnectionsListener


public interface ConnectionsListener

Listener interface for those interested in knowing when connections are added and removed from a Connections store.


Method Summary
 void connectionAdded(ConnectionsEvent event)
          Called when a connection has been added.
 void connectionRemoved(ConnectionsEvent event)
          Called when a connection has been removed.
 void connectionUpdated(ConnectionsEvent event)
          Called when a connection has been updated.

 

Method Detail

connectionAdded

void connectionAdded(ConnectionsEvent event)
Called when a connection has been added.

connectionRemoved

void connectionRemoved(ConnectionsEvent event)
Called when a connection has been removed.

connectionUpdated

void connectionUpdated(ConnectionsEvent event)
Called when a connection has been updated.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.2)

E13403-10


Copyright © 1997, 2013, Oracle. All rights reserved.