com.ibm.cics.core.connections
Interface IActiveConnectionCategoryService

All Known Implementing Classes:
ConnectionWidgetManager

public interface IActiveConnectionCategoryService

A service providing connection category selection. Typically this is used to bind a piece of UI to a selected connection category.


Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 void addActiveConnectionCategoryListener(IActiveConnectionCategoryListener listener)
          Adds a new IActiveConnectionCategoryListener to this service, which will be notified whenever the active connection category provided by this service changes.
 java.lang.String getActiveConnectionCategory()
          Returns the ID of the currently active connection category, according to this connection category service, or null if no connection category is active.
 void removeActiveConnectionCategoryListener(IActiveConnectionCategoryListener listener)
          Removes an existing IActiveConnectionCategoryListener from this service.
 

Field Detail

COPYRIGHT

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

addActiveConnectionCategoryListener

void addActiveConnectionCategoryListener(IActiveConnectionCategoryListener listener)
Adds a new IActiveConnectionCategoryListener to this service, which will be notified whenever the active connection category provided by this service changes.

Parameters:
listener - the listener to be added

removeActiveConnectionCategoryListener

void removeActiveConnectionCategoryListener(IActiveConnectionCategoryListener listener)
Removes an existing IActiveConnectionCategoryListener from this service.

Parameters:
listener - the listener to remove

getActiveConnectionCategory

java.lang.String getActiveConnectionCategory()
Returns the ID of the currently active connection category, according to this connection category service, or null if no connection category is active.

Returns:
the active connection category ID or null


Copyright © 2013 IBM Corp. All Rights Reserved.