com.ibm.cics.core.connections
Interface IActiveConnectionCategoryListener


public interface IActiveConnectionCategoryListener

A listener for an IActiveConnectionCategoryService


Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 void currentConnectionCategory(java.lang.String category)
          Notifies the observer that the active connection category provided by the observable has changed
 

Field Detail

COPYRIGHT

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

currentConnectionCategory

void currentConnectionCategory(java.lang.String category)
Notifies the observer that the active connection category provided by the observable has changed

Parameters:
category - the connection category ID of the new active category


Copyright © 2013 IBM Corp. All Rights Reserved.