com.ibm.cics.core.comm
Interface IConnectableListener2


public interface IConnectableListener2

Listener interface for implementations of IConnectable2. Receives notification when an exception occurs on the IConnectable2.


Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 void exception(IConnectable connectable, java.lang.Exception ex)
          Notifies the listener that an exception has occurred.
 

Field Detail

COPYRIGHT

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

exception

void exception(IConnectable connectable,
               java.lang.Exception ex)
Notifies the listener that an exception has occurred.

Parameters:
connectable - The connectable that experienced an Exception.
ex - The Exception that occurred.


Copyright © 2013 IBM Corp. All Rights Reserved.