Uses of Interface
com.ibm.cics.core.connections.IConnectionCustomizerListener

Packages that use IConnectionCustomizerListener
com.ibm.cics.core.connections   
 

Uses of IConnectionCustomizerListener in com.ibm.cics.core.connections
 

Methods in com.ibm.cics.core.connections that return types with arguments of type IConnectionCustomizerListener
 java.util.List<IConnectionCustomizerListener> AbstractConnectionCustomizer.getListeners()
           
 

Methods in com.ibm.cics.core.connections with parameters of type IConnectionCustomizerListener
 void AbstractConnectionCustomizer.addListener(IConnectionCustomizerListener listener)
           
 void IConnectionCustomizer.addListener(IConnectionCustomizerListener aListener)
          Invoked by the connections framework, which adds an IConnectionCustomizerListener.
 void AbstractConnectionCustomizer.removeListener(IConnectionCustomizerListener listener)
           
 void IConnectionCustomizer.removeListener(IConnectionCustomizerListener aListener)
          Removes the supplied IConnectionCustomizerListener, if it is currently registered.
 



Copyright © 2013 IBM Corp. All Rights Reserved.