Skip navigation links

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


oracle.webcenter.peopleconnections.connections
Interface ConnectionListener

All Known Implementing Classes:
ConnectionAdapter

public interface ConnectionListener
Since:
release specific (what release of product did this appear in)

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.

 

Method Detail

connectionAdded

void connectionAdded(ConnectionEvent event)
Adds a new connection.
Parameters:
object - of ConnectionEvent class

connectionRemoved

void connectionRemoved(ConnectionEvent event)
Removes an existing connection.
Parameters:
object - of ConnectionEvent class

connectionListsMembershipUpdated

void connectionListsMembershipUpdated(ConnectionEvent event)
Updates an existing Connection to different ConnectionLists.
Parameters:
object - of ConnectionEvent class

Skip navigation links

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


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