com.ibm.cics.core.connections
Interface IConnectionCustomizerListener


public interface IConnectionCustomizerListener

Listener interface for an IConnectionCustomizer. Used to notifiy the container hosting the connection customizer that a property of the customizer has changed. This is typically used to trigger revalidation of the customizer.


Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 void propertyChanged(java.lang.String propertyName, java.lang.Object propertyValue)
          To be invoked by the observed IConnectionCustomizer when the value of a property changes.
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Method Detail

propertyChanged

void propertyChanged(java.lang.String propertyName,
                     java.lang.Object propertyValue)
To be invoked by the observed IConnectionCustomizer when the value of a property changes.

Parameters:
propertyName - the name of the property that has changed
propertyValue - the new value of the property


Copyright © 2013 IBM Corp. All Rights Reserved.