Oracle Configuration Interface Object API Specification
Version: 11.5.10.23.13
Part No: B14186-01

oracle.apps.cz.cio
Interface ICompSetEventListener

All Superinterfaces:
java.util.EventListener

Deprecated. this class is no longer necessary...use Configurator Extensions

public interface ICompSetEventListener
extends java.util.EventListener

Implemented by objects that want to find out about added components.


Field Summary
static java.lang.String RCS_ID
          Deprecated.  
static boolean RCS_ID_RECORDED
          Deprecated.  

 

Method Summary
 void notifyComponentAdded(oracle.apps.cz.cio.Component component)
          Deprecated. Called when a component is added to the component set.
 void notifyComponentDeleted(oracle.apps.cz.cio.Component component)
          Deprecated. Called when a component is deleted from the component set.

 

Field Detail

RCS_ID

public static final java.lang.String RCS_ID
Deprecated.

RCS_ID_RECORDED

public static final boolean RCS_ID_RECORDED
Deprecated.

Method Detail

notifyComponentAdded

public void notifyComponentAdded(oracle.apps.cz.cio.Component component)
Deprecated.
Called when a component is added to the component set.

notifyComponentDeleted

public void notifyComponentDeleted(oracle.apps.cz.cio.Component component)
Deprecated.
Called when a component is deleted from the component set.

Oracle Configuration Interface Object API Specification
Version: 11.5.10.23.13
Part No: B14186-01

Copyright © 1999, 2004, Oracle. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.