Enterprise Information Portal APIs

com.ibm.mm.beans
Interface CMBSearchReplyListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
CMBSearchResults, CMBSearchTemplateViewer, CMBSearchPanel

public interface CMBSearchReplyListener
extends java.util.EventListener

Interface for beans that are interested in receiving search result events. These events are emitted by the CMBQueryService bean.

Since:
6.1
See Also:
CMBSearchReplyEvent, CMBQueryService

Method Summary
 void onCMBSearchReply(CMBSearchReplyEvent evt)
          Event service method.
 

Method Detail

onCMBSearchReply

public void onCMBSearchReply(CMBSearchReplyEvent evt)
Event service method.

EIP JavaBeans

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