com.ibm.cics.core.comm
Interface IConnectableListener


Deprecated. Use IConnectableListener2 and IConnectable2 where possible.

@Deprecated
public interface IConnectableListener

Listener for events on IConnectable. Can receive notification about exception and disconnected events.


Field Summary
static java.lang.String COPYRIGHT
          Deprecated.  
 
Method Summary
 void disconnected()
          Deprecated. Notifies this listener that the IConnectable has been disconnected.
 void exception(java.lang.Exception ex)
          Deprecated. Notifies this listener that an Exception has occurred.
 

Field Detail

COPYRIGHT

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

exception

void exception(java.lang.Exception ex)
Deprecated. 
Notifies this listener that an Exception has occurred.


disconnected

void disconnected()
Deprecated. 
Notifies this listener that the IConnectable has been disconnected.



Copyright © 2013 IBM Corp. All Rights Reserved.