Enterprise Information Portal APIs

com.ibm.mm.beans
Interface CMBConnectionReplyListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
CMBSearchResults, CMBUserManagement, CMBQueryService, CMBDataManagement, CMBSchemaManagement, CMBSearchTemplate, CMBLogonPanel, CMBDocRoutingQueryServiceICM, CMBDocRoutingDataManagementICM, CMBWorkFlowDataManagement, CMBWorkFlowQueryService

public interface CMBConnectionReplyListener
extends java.util.EventListener

Interface for beans that are interested in receiving connection reply events. These events are emitted by the CMBConnection bean.

Since:
6.1
See Also:
CMBConnectionReplyEvent, CMBConnection

Method Summary
 void onCMBConnectionReply(CMBConnectionReplyEvent evt)
          Event service method.
 

Method Detail

onCMBConnectionReply

public void onCMBConnectionReply(CMBConnectionReplyEvent evt)
Event service method.
Parameters:
evt - a CMBConnectionReplyEvent object

EIP JavaBeans

(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.