Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.7.0)
E15995-06


oracle.webcenter.peopleconnections.connections
Class ConnectionAdapter

java.lang.Object
  extended by oracle.webcenter.peopleconnections.connections.ConnectionAdapter

All Implemented Interfaces:
ConnectionListener

public class ConnectionAdapter
extends java.lang.Object
implements ConnectionListener
Since:
release specific (what release of product did this appear in)

Constructor Summary
ConnectionAdapter()
           

 

Method Summary
 void connectionAdded(ConnectionEvent event)
          Adds a new connection.
 void connectionListsMembershipUpdated(ConnectionEvent event)
          Updates an existing Connection to different ConnectionLists.
 void connectionRemoved(ConnectionEvent event)
          Removes an existing connection.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ConnectionAdapter

public ConnectionAdapter()

Method Detail

connectionAdded

public void connectionAdded(ConnectionEvent event)
Description copied from interface: ConnectionListener
Adds a new connection.
Specified by:
connectionAdded in interface ConnectionListener

connectionRemoved

public void connectionRemoved(ConnectionEvent event)
Description copied from interface: ConnectionListener
Removes an existing connection.
Specified by:
connectionRemoved in interface ConnectionListener

connectionListsMembershipUpdated

public void connectionListsMembershipUpdated(ConnectionEvent event)
Description copied from interface: ConnectionListener
Updates an existing Connection to different ConnectionLists.
Specified by:
connectionListsMembershipUpdated in interface ConnectionListener

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.7.0)
E15995-06


Copyright © 2009, 2013, Oracle and/or its affiliates. All rights reserved.