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
Class ConnectionListAdapter

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

All Implemented Interfaces:
ConnectionListListener

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

Constructor Summary
ConnectionListAdapter()
           

 

Method Summary
 void connectionListCreated(ConnectionListEvent event)
          Creates a new connectionList.
 void connectionListDeleted(ConnectionListEvent event)
          Deletes an existing connectionList.
 void memberRemovedFromAllConnectionLists(ConnectionListEvent event)
          Removes a member from all the connectionLists
 void memberRemovedFromConnectionList(ConnectionListEvent event)
          Removes a member from a particular connectionList
 void membersAddedToConnectionList(ConnectionListEvent event)
          Adds member to an existing connectionList.

 

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

 

Constructor Detail

ConnectionListAdapter

public ConnectionListAdapter()

Method Detail

connectionListCreated

public void connectionListCreated(ConnectionListEvent event)
Description copied from interface: ConnectionListListener
Creates a new connectionList.
Specified by:
connectionListCreated in interface ConnectionListListener

connectionListDeleted

public void connectionListDeleted(ConnectionListEvent event)
Description copied from interface: ConnectionListListener
Deletes an existing connectionList.
Specified by:
connectionListDeleted in interface ConnectionListListener

membersAddedToConnectionList

public void membersAddedToConnectionList(ConnectionListEvent event)
Description copied from interface: ConnectionListListener
Adds member to an existing connectionList.
Specified by:
membersAddedToConnectionList in interface ConnectionListListener

memberRemovedFromAllConnectionLists

public void memberRemovedFromAllConnectionLists(ConnectionListEvent event)
Description copied from interface: ConnectionListListener
Removes a member from all the connectionLists
Specified by:
memberRemovedFromAllConnectionLists in interface ConnectionListListener

memberRemovedFromConnectionList

public void memberRemovedFromConnectionList(ConnectionListEvent event)
Description copied from interface: ConnectionListListener
Removes a member from a particular connectionList
Specified by:
memberRemovedFromConnectionList in interface ConnectionListListener

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.